diff options
author | H.J. Lu <hongjiu.lu@intel.com> | 2010-08-15 20:09:23 -0700 |
---|---|---|
committer | Andreas Schwab <schwab@redhat.com> | 2010-12-01 15:35:10 +0100 |
commit | 2be1c3e6f3dfd2e5d9f377ac9f279d2c3a378516 (patch) | |
tree | 3863d4ee6a89504cf7433d44ebbcae8e5bbceea3 /sysdeps | |
parent | 57f69e95c9f89073d0bbc278670c94061d69c7a0 (diff) | |
download | glibc-2be1c3e6f3dfd2e5d9f377ac9f279d2c3a378516.zip glibc-2be1c3e6f3dfd2e5d9f377ac9f279d2c3a378516.tar.gz glibc-2be1c3e6f3dfd2e5d9f377ac9f279d2c3a378516.tar.bz2 |
Add -fno-asynchronous-unwind-tables to initfini.s for i386
(cherry picked from commit f8392f40049cf6faedcf4f26736227d9a7a04b9e)
Diffstat (limited to 'sysdeps')
-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 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 |