]> git.ipfire.org Git - thirdparty/glibc.git/blob - sysdeps/unix/sysv/linux/ia64/Makefile
IA64: Consolidate nptl/ subdirectories under linux/...
[thirdparty/glibc.git] / sysdeps / unix / sysv / linux / ia64 / Makefile
1 ifeq ($(subdir),misc)
2 sysdep_headers += sys/rse.h
3 endif
4
5 ifeq ($(subdir),stdlib)
6 sysdep_routines += __start_context
7 gen-as-const-headers += sigcontext-offsets.sym
8 endif
9
10 ifeq ($(subdir),misc)
11 sysdep_headers += sys/io.h
12 sysdep_routines += ioperm clone2
13 gen-as-const-headers += sigaltstack-offsets.sym
14 endif
15
16 ifeq ($(subdir),elf)
17 sysdep-dl-routines += dl-static
18 sysdep_routines += $(sysdep-dl-routines)
19 sysdep-rtld-routines += $(sysdep-dl-routines)
20 endif
21
22 ifeq ($(subdir),rt)
23 librt-routines += rt-sysdep
24 endif
25
26 # This is a crude attempt to silence the compiler which complains about
27 # then 'current' definition in the kernel headers.
28 CPPFLAGS += -D_ASM_IA64_CURRENT_H
29
30 ifeq ($(subdir),nptl)
31 libpthread-sysdep_routines += __ia64_longjmp unwind_longjmp __sigstack_longjmp
32 endif