mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-15 01:21:06 +00:00
9 lines
160 B
Makefile
9 lines
160 B
Makefile
|
ifeq ($(subdir), csu)
|
||
|
CPPFLAGS-start.S = -D__ASSEMBLY__
|
||
|
endif
|
||
|
|
||
|
ifeq ($(subdir),elf)
|
||
|
dl-routines += dl-symaddr dl-fptr
|
||
|
rtld-routines += dl-symaddr dl-fptr
|
||
|
endif
|