chiark / gitweb /
eglibc (2.11.3-4+deb6u3) squeeze-lts; urgency=medium
[eglibc.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 endif
14
15 ifeq ($(subdir),elf)
16 sysdep-dl-routines += dl-static
17 sysdep_routines += $(sysdep-dl-routines)
18 sysdep-rtld-routines += $(sysdep-dl-routines)
19 endif
20
21 ifeq ($(subdir),rt)
22 librt-routines += rt-sysdep
23 endif
24
25 # This is a crude attempt to silence the compiler which complains about
26 # then 'current' definition in the kernel headers.
27 CPPFLAGS += -D_ASM_IA64_CURRENT_H