1ifeq ($(subdir),elf) 2# ia64 does not support PT_GNU_RELRO. 3test-xfail-tst-relro-ldso = yes 4test-xfail-tst-relro-libc = yes 5endif 6 7ifeq ($(subdir),misc) 8sysdep_headers += sys/rse.h 9endif 10 11ifeq ($(subdir),stdlib) 12sysdep_routines += __start_context 13gen-as-const-headers += sigcontext-offsets.sym 14endif 15 16ifeq ($(subdir),misc) 17sysdep_headers += sys/io.h 18sysdep_routines += ioperm clone2 19gen-as-const-headers += sigaltstack-offsets.sym 20endif 21 22ifeq ($(subdir),rt) 23librt-routines += rt-sysdep 24librt-shared-only-routines += rt-sysdep 25endif 26 27ifeq ($(subdir),nptl) 28sysdep_routines += __ia64_longjmp unwind_longjmp __sigstack_longjmp 29endif 30 31ifeq ($(subdir),conform) 32# For bug 21634. 33conformtest-xfail-conds += ia64-linux 34endif 35