mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-25 22:40:05 +00:00
8 lines
205 B
Makefile
8 lines
205 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
|
|
ifeq ($(subdir),csu)
|
|
gen-as-const-headers += tcb-offsets.sym
|
|
endif
|