2022-04-11 09:30:31 +00:00
|
|
|
ifeq ($(subdir),elf)
|
|
|
|
# ia64 does not support PT_GNU_RELRO.
|
|
|
|
test-xfail-tst-relro-ldso = yes
|
|
|
|
test-xfail-tst-relro-libc = yes
|
|
|
|
endif
|
|
|
|
|
2012-04-17 02:02:27 +00:00
|
|
|
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
|
2013-12-29 21:16:25 +00:00
|
|
|
gen-as-const-headers += sigaltstack-offsets.sym
|
2012-04-17 02:02:27 +00:00
|
|
|
endif
|
|
|
|
|
|
|
|
ifeq ($(subdir),rt)
|
|
|
|
librt-routines += rt-sysdep
|
2016-08-17 12:57:00 +00:00
|
|
|
librt-shared-only-routines += rt-sysdep
|
2012-04-17 02:02:27 +00:00
|
|
|
endif
|
|
|
|
|
2014-07-04 05:19:41 +00:00
|
|
|
ifeq ($(subdir),nptl)
|
2021-04-21 17:49:50 +00:00
|
|
|
sysdep_routines += __ia64_longjmp unwind_longjmp __sigstack_longjmp
|
2014-07-04 05:19:41 +00:00
|
|
|
endif
|
2017-06-20 17:47:32 +00:00
|
|
|
|
|
|
|
ifeq ($(subdir),conform)
|
|
|
|
# For bug 21634.
|
|
|
|
conformtest-xfail-conds += ia64-linux
|
|
|
|
endif
|