66a93ba8f3237b8984be0a9f324e442973b3069c
[platform/upstream/glibc.git] / sysdeps / unix / sysv / linux / arm / Makefile
1 ifeq ($(subdir),misc)
2 sysdep_routines += setfsgid setfsuid setresgid setresuid ioperm
3 sysdep_headers += sys/elf.h sys/io.h
4 endif
5
6 ifeq ($(subdir),signal)
7 sysdep_routines += rt_sigsuspend rt_sigprocmask rt_sigtimedwait \
8                    rt_sigqueueinfo rt_sigaction rt_sigpending \
9                    sigrestorer
10 endif
11
12 ifeq ($(subdir),resource)
13 sysdep_routines += oldgetrlimit64
14 endif
15
16 ifeq ($(subdir),elf)
17 # extra shared linker files to link into dl-allobjs.so and libc
18 sysdep-dl-routines += dl-procinfo
19 sysdep_routines += dl-procinfo
20 # extra shared linker files to link only into dl-allobjs.so
21 sysdep-rtld-routines += dl-procinfo
22
23 ifeq (yes,$(build-shared))
24 # This is needed to support g++ v2 and v3.
25 sysdep_routines += framestate
26 shared-only-routines += framestate
27 endif
28 endif