mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-03 18:31:04 +00: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
|