mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-30 16:50:07 +00:00
18855eca32
This define made more sense in the pre-sanitized kernel headers days, but since we require kernel versions that are sanitized, we don't need this hack anymore.
27 lines
529 B
Makefile
27 lines
529 B
Makefile
ifeq ($(subdir),misc)
|
|
sysdep_headers += sys/rse.h
|
|
endif
|
|
|
|
ifeq ($(subdir),stdlib)
|
|
sysdep_routines += __start_context
|
|
gen-as-const-headers += sigcontext-offsets.sym
|
|
endif
|
|
|
|
ifeq ($(subdir),misc)
|
|
sysdep_headers += sys/io.h
|
|
sysdep_routines += ioperm clone2
|
|
gen-as-const-headers += sigaltstack-offsets.sym
|
|
endif
|
|
|
|
ifeq ($(subdir),elf)
|
|
sysdep-dl-routines += dl-static
|
|
endif
|
|
|
|
ifeq ($(subdir),rt)
|
|
librt-routines += rt-sysdep
|
|
endif
|
|
|
|
ifeq ($(subdir),nptl)
|
|
libpthread-sysdep_routines += __ia64_longjmp unwind_longjmp __sigstack_longjmp
|
|
endif
|