summaryrefslogtreecommitdiff
path: root/ports/sysdeps
diff options
context:
space:
mode:
authorjoseph <joseph@7b3dc134-2b1b-0410-93df-9e9f96275f8d>2009-06-24 16:35:18 +0000
committerjoseph <joseph@7b3dc134-2b1b-0410-93df-9e9f96275f8d>2009-06-24 16:35:18 +0000
commit9cf0ad7465ae525377bb98aa5b9c4383db64807f (patch)
tree8bf46063a6f6a69e1e3c646db70ac68739415cd4 /ports/sysdeps
parent0c0eed75570abfa84c7cebbbe4b2dd14492db0a8 (diff)
downloadeglibc2-9cf0ad7465ae525377bb98aa5b9c4383db64807f.tar.gz
libc:
2009-06-24 Mark Mitchell <mark@codesourcery.com> * debug/Makefile (LDFLAGS-tst-backtrace2): Define. (tests-$(OPTION_EGLIBC_BACKTRACE)): Add tst-backtrace2. * debug/tst-backtrace2.c: New test. ports: 2009-06-24 Joseph Myers <joseph@codesourcery.com> * sysdeps/arm/eabi/Makefile (CFLAGS-tst-backtrace2.c): Define. git-svn-id: svn://svn.eglibc.org/trunk@8596 7b3dc134-2b1b-0410-93df-9e9f96275f8d
Diffstat (limited to 'ports/sysdeps')
-rw-r--r--ports/sysdeps/arm/eabi/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/ports/sysdeps/arm/eabi/Makefile b/ports/sysdeps/arm/eabi/Makefile
index 4b7173bf3..22d62edef 100644
--- a/ports/sysdeps/arm/eabi/Makefile
+++ b/ports/sysdeps/arm/eabi/Makefile
@@ -16,6 +16,7 @@ endif
ifeq ($(subdir),debug)
CFLAGS-backtrace.c += -funwind-tables
+CFLAGS-tst-backtrace2.c += -funwind-tables
endif
ifeq ($(subdir),elf)