From f8392f40049cf6faedcf4f26736227d9a7a04b9e 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 --- sysdeps/i386/elf/Makefile | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 sysdeps/i386/elf/Makefile (limited to 'sysdeps/i386/elf') diff --git a/sysdeps/i386/elf/Makefile b/sysdeps/i386/elf/Makefile new file mode 100644 index 0000000..61064d4 --- /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 v1.1