diff options
Diffstat (limited to 'linuxthreads/sysdeps/unix')
-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 |