diff options
author | Andreas Jaeger <aj@suse.de> | 2004-05-31 06:13:34 +0000 |
---|---|---|
committer | Andreas Jaeger <aj@suse.de> | 2004-05-31 06:13:34 +0000 |
commit | c2d91d7f3f401a870b9b43d2d88909d0acfdcd72 (patch) | |
tree | 70efc79afc44321a0870c31777f44b6c7f561e83 | |
parent | f9b23e88e69243eec8795061b9f93213b8a2d271 (diff) | |
download | glibc-c2d91d7f3f401a870b9b43d2d88909d0acfdcd72.tar.gz glibc-c2d91d7f3f401a870b9b43d2d88909d0acfdcd72.tar.xz glibc-c2d91d7f3f401a870b9b43d2d88909d0acfdcd72.zip |
(CFLAGS-pt-initfini.s): Set to -fno-unit-at-a-time. Patch by Dan Kegel <dank@kegel.com>.
-rw-r--r-- | linuxthreads/sysdeps/unix/sysv/linux/mips/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/linuxthreads/sysdeps/unix/sysv/linux/mips/Makefile b/linuxthreads/sysdeps/unix/sysv/linux/mips/Makefile index e98c9bd866..a26c379aba 100644 --- a/linuxthreads/sysdeps/unix/sysv/linux/mips/Makefile +++ b/linuxthreads/sysdeps/unix/sysv/linux/mips/Makefile @@ -1,2 +1,6 @@ # pull in __syscall_error routine libpthread-routines += sysdep + +ifeq ($(subdir),linuxthreads) +CFLAGS-pt-initfini.s = $(fno-unit-at-a-time) +endif |