(CFLAGS-pt-initfini.s): Set to -fno-unit-at-a-time.

Patch by Dan Kegel <dank@kegel.com>.
This commit is contained in:
Andreas Jaeger 2004-05-31 06:13:34 +00:00
parent f9b23e88e6
commit c2d91d7f3f
1 changed files with 4 additions and 0 deletions

View File

@ -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