localedata: dz_BT, bo_CN: convert to UTF-8
[glibc.git] / sysdeps / unix / sysv / linux / ia64 / Makefile
blobc5cc41b3677d4a2af2598a773dc1f22982be10b1
1 ifeq ($(subdir),elf)
2 # ia64 does not support PT_GNU_RELRO.
3 test-xfail-tst-relro-ldso = yes
4 test-xfail-tst-relro-libc = yes
5 endif
7 ifeq ($(subdir),misc)
8 sysdep_headers += sys/rse.h
9 endif
11 ifeq ($(subdir),stdlib)
12 sysdep_routines += __start_context
13 gen-as-const-headers += sigcontext-offsets.sym
14 endif
16 ifeq ($(subdir),misc)
17 sysdep_headers += sys/io.h
18 sysdep_routines += ioperm clone2
19 gen-as-const-headers += sigaltstack-offsets.sym
20 endif
22 ifeq ($(subdir),rt)
23 librt-routines += rt-sysdep
24 librt-shared-only-routines += rt-sysdep
25 endif
27 ifeq ($(subdir),nptl)
28 sysdep_routines += __ia64_longjmp unwind_longjmp __sigstack_longjmp
29 endif
31 ifeq ($(subdir),conform)
32 # For bug 21634.
33 conformtest-xfail-conds += ia64-linux
34 endif