summaryrefslogtreecommitdiff
path: root/ports
diff options
context:
space:
mode:
authorjoseph <joseph@7b3dc134-2b1b-0410-93df-9e9f96275f8d>2012-01-04 15:35:21 +0000
committerjoseph <joseph@7b3dc134-2b1b-0410-93df-9e9f96275f8d>2012-01-04 15:35:21 +0000
commitc3897eaf40726998877d1de877d009b6687a3011 (patch)
treebe4a8c4999698027a581d2333023c55fa72d8171 /ports
parent6fc1ece8240f262043817c8e50841e78b8ec057f (diff)
2012-01-04 Tom de Vries <tom@codesourcery.com>
* sysdeps/mips/Makefile: Compile tst-backtrace{2,3,4,5,6} with -funwind-tables. git-svn-id: svn://svn.eglibc.org/trunk@16508 7b3dc134-2b1b-0410-93df-9e9f96275f8d
Diffstat (limited to 'ports')
-rw-r--r--ports/ChangeLog.eglibc5
-rw-r--r--ports/sysdeps/mips/Makefile5
2 files changed, 10 insertions, 0 deletions
diff --git a/ports/ChangeLog.eglibc b/ports/ChangeLog.eglibc
index fd9f161ee..6521b0045 100644
--- a/ports/ChangeLog.eglibc
+++ b/ports/ChangeLog.eglibc
@@ -1,3 +1,8 @@
+2012-01-04 Tom de Vries <tom@codesourcery.com>
+
+ * sysdeps/mips/Makefile: Compile tst-backtrace{2,3,4,5,6} with
+ -funwind-tables.
+
2011-12-07 Joseph Myers <joseph@codesourcery.com>
* sysdeps/arm/eabi/Makefile (CFLAGS-tst-backtrace6.c): Define.
diff --git a/ports/sysdeps/mips/Makefile b/ports/sysdeps/mips/Makefile
index b7e5e6192..88dcb83e5 100644
--- a/ports/sysdeps/mips/Makefile
+++ b/ports/sysdeps/mips/Makefile
@@ -13,6 +13,11 @@ endif
ifeq ($(subdir),debug)
CFLAGS-backtrace.c += -funwind-tables
+CFLAGS-tst-backtrace2.c += -funwind-tables
+CFLAGS-tst-backtrace3.c += -funwind-tables
+CFLAGS-tst-backtrace4.c += -funwind-tables
+CFLAGS-tst-backtrace5.c += -funwind-tables
+CFLAGS-tst-backtrace6.c += -funwind-tables
endif
ASFLAGS-.os += $(pic-ccflag)