aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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