mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-10 15:20:10 +00:00
Build SH backtrace with -funwind-tables.
This commit is contained in:
parent
62c4a69dc2
commit
903252aadb
@ -1,3 +1,8 @@
|
||||
2012-10-31 Joseph Myers <joseph@codesourcery.com>
|
||||
|
||||
* sysdeps/sh/Makefile [$(subdir) = debug] (CFLAGS-backtrace.c):
|
||||
New variable.
|
||||
|
||||
2012-10-31 Thomas Schwinge <thomas@codesourcery.com>
|
||||
|
||||
* rt/tst-shm.c (worker): Correct checking for mmap failure.
|
||||
|
@ -1,3 +1,7 @@
|
||||
ifeq ($(subdir),gmon)
|
||||
sysdep_routines += _mcount
|
||||
endif
|
||||
|
||||
ifeq ($(subdir),debug)
|
||||
CFLAGS-backtrace.c += -funwind-tables
|
||||
endif
|
||||
|
Loading…
Reference in New Issue
Block a user