From c2d91d7f3f401a870b9b43d2d88909d0acfdcd72 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Mon, 31 May 2004 06:13:34 +0000 Subject: (CFLAGS-pt-initfini.s): Set to -fno-unit-at-a-time. Patch by Dan Kegel . --- linuxthreads/sysdeps/unix/sysv/linux/mips/Makefile | 4 ++++ 1 file changed, 4 insertions(+) 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 -- cgit v1.2.3