[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Commits] r16508 - in /trunk/ports: ChangeLog.eglibc sysdeps/mips/Makefile
- To: commits@xxxxxxxxxx
- Subject: [Commits] r16508 - in /trunk/ports: ChangeLog.eglibc sysdeps/mips/Makefile
- From: joseph@xxxxxxxxxx
- Date: Wed, 04 Jan 2012 15:35:21 -0000
Author: joseph
Date: Wed Jan 4 15:35:21 2012
New Revision: 16508
Log:
2012-01-04 Tom de Vries <tom@xxxxxxxxxxxxxxxx>
* sysdeps/mips/Makefile: Compile tst-backtrace{2,3,4,5,6} with
-funwind-tables.
Modified:
trunk/ports/ChangeLog.eglibc
trunk/ports/sysdeps/mips/Makefile
Modified: trunk/ports/ChangeLog.eglibc
==============================================================================
--- trunk/ports/ChangeLog.eglibc (original)
+++ trunk/ports/ChangeLog.eglibc Wed Jan 4 15:35:21 2012
@@ -1,3 +1,8 @@
+2012-01-04 Tom de Vries <tom@xxxxxxxxxxxxxxxx>
+
+ * sysdeps/mips/Makefile: Compile tst-backtrace{2,3,4,5,6} with
+ -funwind-tables.
+
2011-12-07 Joseph Myers <joseph@xxxxxxxxxxxxxxxx>
* sysdeps/arm/eabi/Makefile (CFLAGS-tst-backtrace6.c): Define.
Modified: trunk/ports/sysdeps/mips/Makefile
==============================================================================
--- trunk/ports/sysdeps/mips/Makefile (original)
+++ trunk/ports/sysdeps/mips/Makefile Wed Jan 4 15:35:21 2012
@@ -13,6 +13,11 @@
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)
_______________________________________________
Commits mailing list
Commits@xxxxxxxxxx
http://eglibc.org/cgi-bin/mailman/listinfo/commits