mirror of
https://sourceware.org/git/glibc.git
synced 2025-01-10 19:30:10 +00:00
(CFLAGS-pt-initfini.s): Set to -fno-unit-at-a-time.
Patch by Dan Kegel <dank@kegel.com>.
This commit is contained in:
parent
f9b23e88e6
commit
c2d91d7f3f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user