diff options
author | H.J. Lu <hongjiu.lu@intel.com> | 2010-08-15 20:09:23 -0700 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2010-08-15 20:09:23 -0700 |
commit | f8392f40049cf6faedcf4f26736227d9a7a04b9e (patch) | |
tree | 9e2cca1fe50f10c589256bc3d08d64df69a46709 /nptl/sysdeps/unix | |
parent | 3162f12e58c3a848db883916843b332b9f8c9d39 (diff) | |
download | glibc-f8392f40049cf6faedcf4f26736227d9a7a04b9e.tar glibc-f8392f40049cf6faedcf4f26736227d9a7a04b9e.tar.gz glibc-f8392f40049cf6faedcf4f26736227d9a7a04b9e.tar.bz2 glibc-f8392f40049cf6faedcf4f26736227d9a7a04b9e.zip |
Add -fno-asynchronous-unwind-tables to initfini.s for i386
Diffstat (limited to 'nptl/sysdeps/unix')
-rw-r--r-- | nptl/sysdeps/unix/sysv/linux/i386/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/nptl/sysdeps/unix/sysv/linux/i386/Makefile b/nptl/sysdeps/unix/sysv/linux/i386/Makefile new file mode 100644 index 0000000000..48eef38a24 --- /dev/null +++ b/nptl/sysdeps/unix/sysv/linux/i386/Makefile @@ -0,0 +1,3 @@ +ifeq ($(subdir),nptl) +CFLAGS-pt-initfini.s += -fno-asynchronous-unwind-tables +endif |