diff options
author | H.J. Lu <hongjiu.lu@intel.com> | 2010-08-15 20:09:23 -0700 |
---|---|---|
committer | Petr Baudis <pasky@suse.cz> | 2010-11-09 02:03:36 +0100 |
commit | 9d70662339289b8b49d1c83a486a49af128f1c0a (patch) | |
tree | 35363a55a93733327c111d745dfd086a9db745fe /sysdeps/i386 | |
parent | 07b72c0b42b82f0432afcfb60a2cbb2c0f011420 (diff) | |
download | glibc-9d70662339289b8b49d1c83a486a49af128f1c0a.tar.gz glibc-9d70662339289b8b49d1c83a486a49af128f1c0a.tar.xz glibc-9d70662339289b8b49d1c83a486a49af128f1c0a.zip |
Add -fno-asynchronous-unwind-tables to initfini.s for i386
(cherry picked from commit f8392f40049cf6faedcf4f26736227d9a7a04b9e)
Diffstat (limited to 'sysdeps/i386')
-rw-r--r-- | sysdeps/i386/elf/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
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 |