mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-05 11:11:04 +00:00
5 lines
138 B
Makefile
5 lines
138 B
Makefile
|
ifeq ($(subdir):$(elf),linuxthreads:yes)
|
||
|
# See CFLAGS-initfini.s above; this is the same code.
|
||
|
CFLAGS-pt-initfini.s = -g0 -fpic -O1
|
||
|
endif
|