mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-11 15:50:06 +00:00
20 lines
324 B
Makefile
20 lines
324 B
Makefile
ifeq ($(subdir),misc)
|
|
sysdep_routines += ioperm iopl
|
|
endif
|
|
|
|
ifeq ($(subdir),stdlib)
|
|
sysdep_routines += __start_context
|
|
endif
|
|
|
|
ifeq ($(subdir),csu)
|
|
gen-as-const-headers += ucontext_i.sym
|
|
endif
|
|
|
|
ifeq ($(subdir),misc)
|
|
gen-as-const-headers += sigaltstack-offsets.sym
|
|
endif
|
|
|
|
ifeq ($(subdir),elf)
|
|
sysdep_routines += dl-vdso
|
|
endif
|