blob: 33e4aceb5bc8b2d9cf586fc36750d02ea1906ce6 (
plain) (
blame)
1
2
3
4
5
6
7
|
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
|