mirror of
git://sourceware.org/git/glibc.git
synced 2025-03-07 13:28:05 +08:00
19 lines
370 B
Makefile
19 lines
370 B
Makefile
|
ifeq ($(subdir),csu)
|
||
|
sysdep_routines += __read_tp libc-__read_tp
|
||
|
static-only-routines += __read_tp
|
||
|
shared-only-routines += libc-__read_tp
|
||
|
endif
|
||
|
|
||
|
ifeq ($(subdir),elf)
|
||
|
sysdep_routines += dl-vdso
|
||
|
sysdep-rtld-routines += __read_tp
|
||
|
endif
|
||
|
|
||
|
ifeq ($(subdir),misc)
|
||
|
sysdep_headers += sys/elf.h
|
||
|
endif
|
||
|
|
||
|
ifeq ($(subdir),stdlib)
|
||
|
gen-as-const-headers += ucontext_i.sym
|
||
|
endif
|