glibc/ports/sysdeps/unix/sysv/linux/aarch64/Makefile

19 lines
370 B
Makefile
Raw Normal View History

2012-11-10 01:53:51 +08:00
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