mirror of
git://sourceware.org/git/glibc.git
synced 2024-12-27 04:41:02 +08:00
20 lines
492 B
Makefile
20 lines
492 B
Makefile
ifeq ($(subdir),signal)
|
|
sysdep_routines += rt_sigsuspend rt_sigprocmask rt_sigtimedwait \
|
|
rt_sigqueueinfo rt_sigaction rt_sigpending
|
|
#sysdep_routines += sigsuspend
|
|
endif
|
|
|
|
ifeq ($(subdir),misc)
|
|
sysdep_routines += cachectl cacheflush sysmips _test_and_set
|
|
|
|
sysdep_headers += sys/cachectl.h sys/sysmips.h sys/tas.h
|
|
endif
|
|
|
|
ifeq ($(subdir),elf)
|
|
ifeq (yes,$(build-shared))
|
|
# This is needed to support g++ v2 and v3.
|
|
sysdep_routines += framestate
|
|
shared-only-routines += framestate
|
|
endif
|
|
endif
|