summaryrefslogtreecommitdiff
path: root/libc/stdlib/Makefile.in
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2012-01-15 12:27:41 +0100
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2012-01-15 12:27:41 +0100
commit4db2caac1ccfade5fcde67c9800d7f3512220137 (patch)
treea26a6ffefeb298451137231eb80a92b3d0ffb1fd /libc/stdlib/Makefile.in
parent2b30ab7137da331d8ead24d244b8feb3e1028152 (diff)
libc: build abort with unwind-info for backtrace
If backtrace support is turned on, build raise() and abort() with unwind info (fixup 4c9b7f3c21ff21c199e54bfad2fdf3445fa4573d). Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Diffstat (limited to 'libc/stdlib/Makefile.in')
-rw-r--r--libc/stdlib/Makefile.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/libc/stdlib/Makefile.in b/libc/stdlib/Makefile.in
index 9e96f03bb..d9278072b 100644
--- a/libc/stdlib/Makefile.in
+++ b/libc/stdlib/Makefile.in
@@ -27,7 +27,9 @@ CSRC-$(if $(findstring yy,$(UCLIBC_HAS_FLOATS)$(UCLIBC_SUSV3_LEGACY)),y) += \
gcvt.c
CSRC-$(UCLIBC_SUSV3_LEGACY) += mktemp.c
+ifneq ($(UCLIBC_HAS_BACKTRACE),)
CFLAGS-abort.c = -fasynchronous-unwind-tables
+endif
# multi source stdlib.c
CSRC-y += abs.c labs.c atoi.c atol.c strtol.c strtoul.c _stdlib_strto_l.c \