summaryrefslogtreecommitdiff
path: root/linuxthreads
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.de>2004-05-31 06:13:34 +0000
committerAndreas Jaeger <aj@suse.de>2004-05-31 06:13:34 +0000
commitc2d91d7f3f401a870b9b43d2d88909d0acfdcd72 (patch)
tree70efc79afc44321a0870c31777f44b6c7f561e83 /linuxthreads
parentf9b23e88e69243eec8795061b9f93213b8a2d271 (diff)
(CFLAGS-pt-initfini.s): Set to -fno-unit-at-a-time. Patch by Dan Kegel <dank@kegel.com>.
Diffstat (limited to 'linuxthreads')
-rw-r--r--linuxthreads/sysdeps/unix/sysv/linux/mips/Makefile4
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