diff options
Diffstat (limited to 'sysdeps/unix/sysv/linux/ia64/Makefile')
-rw-r--r-- | sysdeps/unix/sysv/linux/ia64/Makefile | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/sysdeps/unix/sysv/linux/ia64/Makefile b/sysdeps/unix/sysv/linux/ia64/Makefile deleted file mode 100644 index c5cc41b367..0000000000 --- a/sysdeps/unix/sysv/linux/ia64/Makefile +++ /dev/null @@ -1,34 +0,0 @@ -ifeq ($(subdir),elf) -# ia64 does not support PT_GNU_RELRO. -test-xfail-tst-relro-ldso = yes -test-xfail-tst-relro-libc = yes -endif - -ifeq ($(subdir),misc) -sysdep_headers += sys/rse.h -endif - -ifeq ($(subdir),stdlib) -sysdep_routines += __start_context -gen-as-const-headers += sigcontext-offsets.sym -endif - -ifeq ($(subdir),misc) -sysdep_headers += sys/io.h -sysdep_routines += ioperm clone2 -gen-as-const-headers += sigaltstack-offsets.sym -endif - -ifeq ($(subdir),rt) -librt-routines += rt-sysdep -librt-shared-only-routines += rt-sysdep -endif - -ifeq ($(subdir),nptl) -sysdep_routines += __ia64_longjmp unwind_longjmp __sigstack_longjmp -endif - -ifeq ($(subdir),conform) -# For bug 21634. -conformtest-xfail-conds += ia64-linux -endif |