From 9d70662339289b8b49d1c83a486a49af128f1c0a Mon Sep 17 00:00:00 2001 From: "H.J. Lu" Date: Sun, 15 Aug 2010 20:09:23 -0700 Subject: Add -fno-asynchronous-unwind-tables to initfini.s for i386 (cherry picked from commit f8392f40049cf6faedcf4f26736227d9a7a04b9e) --- sysdeps/i386/elf/Makefile | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 sysdeps/i386/elf/Makefile (limited to 'sysdeps/i386') diff --git a/sysdeps/i386/elf/Makefile b/sysdeps/i386/elf/Makefile new file mode 100644 index 0000000000..61064d4ef7 --- /dev/null +++ b/sysdeps/i386/elf/Makefile @@ -0,0 +1,4 @@ +ifeq ($(subdir),csu) +# Turn off -fasynchronous-unwind-tables +CFLAGS-initfini.s += -fno-asynchronous-unwind-tables +endif -- cgit 1.4.1