2002-03-24 01:55:18 +00:00
|
|
|
ifeq ($(subdir),misc)
|
|
|
|
sysdep_routines += ioperm
|
|
|
|
sysdep_headers += sys/io.h
|
2001-11-16 01:27:24 +00:00
|
|
|
endif
|
2012-05-10 19:47:31 +00:00
|
|
|
|
|
|
|
ifeq ($(subdir),debug)
|
|
|
|
gen-as-const-headers += signal-defines.sym
|
|
|
|
endif
|
2017-09-03 02:58:00 +00:00
|
|
|
|
2020-06-06 18:21:22 +00:00
|
|
|
ifeq ($(subdir),setjmp)
|
|
|
|
gen-as-const-headers += signal-defines.sym
|
|
|
|
endif
|
|
|
|
|
2017-09-03 02:58:00 +00:00
|
|
|
ifeq ($(subdir),csu)
|
|
|
|
ifeq (yes,$(build-shared))
|
|
|
|
sysdep_routines += divdi3
|
|
|
|
shared-only-routines += divdi3
|
|
|
|
CPPFLAGS-divdi3.c = -Din_divdi3_c
|
|
|
|
endif
|
|
|
|
endif
|
2018-04-18 23:51:45 +00:00
|
|
|
|
|
|
|
ifeq ($(subdir),conform)
|
|
|
|
# For bugs 23081, 23082, 23083, 23084, 23085, 23086.
|
2020-06-07 13:35:08 +00:00
|
|
|
# (type conformance)
|
2018-04-18 23:51:45 +00:00
|
|
|
conformtest-xfail-conds += i386-gnu
|
|
|
|
endif
|
2018-06-13 19:12:23 +00:00
|
|
|
|
|
|
|
# For bug 23286
|
|
|
|
ifeq ($(subdir),hurd)
|
|
|
|
test-xfail-check-abi-libhurduser = yes
|
|
|
|
endif
|
|
|
|
ifeq ($(subdir),mach)
|
|
|
|
test-xfail-check-abi-libmachuser = yes
|
|
|
|
endif
|
2018-07-20 00:49:44 +00:00
|
|
|
|
2020-02-16 14:30:17 +00:00
|
|
|
# For bug 25521
|
2020-06-07 13:35:08 +00:00
|
|
|
# (setpshared support)
|
2021-12-27 21:21:08 +00:00
|
|
|
ifeq ($(subdir),malloc)
|
|
|
|
test-xfail-tst-mallocfork2 = yes
|
|
|
|
test-xfail-tst-mallocfork2-mcheck = yes
|
|
|
|
test-xfail-tst-mallocfork2-malloc-check = yes
|
|
|
|
test-xfail-tst-mallocfork2-malloc-hugetlb1 = yes
|
|
|
|
test-xfail-tst-mallocfork2-malloc-hugetlb2 = yes
|
|
|
|
endif
|
|
|
|
ifeq ($(subdir),htl)
|
2020-02-09 17:15:47 +00:00
|
|
|
test-xfail-tst-mutex4 = yes
|
2020-06-29 00:14:52 +00:00
|
|
|
test-xfail-tst-cancel16 = yes
|
|
|
|
test-xfail-tst-cancelx16 = yes
|
2020-02-09 19:17:51 +00:00
|
|
|
test-xfail-tst-cond4 = yes
|
|
|
|
test-xfail-tst-cond6 = yes
|
|
|
|
test-xfail-tst-cond12 = yes
|
|
|
|
test-xfail-tst-cond13 = yes
|
|
|
|
test-xfail-tst-cond23 = yes
|
2020-02-09 22:27:38 +00:00
|
|
|
test-xfail-tst-rwlock4 = yes
|
|
|
|
test-xfail-tst-rwlock12 = yes
|
2020-02-09 23:14:35 +00:00
|
|
|
test-xfail-tst-barrier2 = yes
|
2020-06-07 13:37:08 +00:00
|
|
|
test-xfail-tst-pututxline-cache = yes
|
|
|
|
test-xfail-tst-pututxline-lockfail = yes
|
2020-06-07 14:02:18 +00:00
|
|
|
test-xfail-tst-flock2 = yes
|
|
|
|
test-xfail-tst-signal1 = yes
|
|
|
|
test-xfail-tst-signal2 = yes
|
2021-12-27 21:21:08 +00:00
|
|
|
endif
|
2020-02-09 19:17:51 +00:00
|
|
|
|
2021-12-27 21:21:08 +00:00
|
|
|
ifeq ($(subdir),htl)
|
2020-02-09 19:17:51 +00:00
|
|
|
# For bug 25522
|
2020-06-07 13:35:08 +00:00
|
|
|
# (setprotocol support)
|
2020-02-09 19:17:51 +00:00
|
|
|
test-xfail-tst-cond24 = yes
|
|
|
|
test-xfail-tst-cond25 = yes
|
2020-02-09 17:15:47 +00:00
|
|
|
|
2020-02-16 14:30:17 +00:00
|
|
|
# For bug 25563
|
2020-06-07 13:35:08 +00:00
|
|
|
# (robust support against dead threads)
|
2020-02-16 14:30:17 +00:00
|
|
|
test-xfail-tst-robust1 = yes
|
|
|
|
test-xfail-tst-robust2 = yes
|
|
|
|
test-xfail-tst-robust3 = yes
|
|
|
|
test-xfail-tst-robust4 = yes
|
|
|
|
test-xfail-tst-robust5 = yes
|
|
|
|
test-xfail-tst-robust6 = yes
|
|
|
|
test-xfail-tst-robust7 = yes
|
|
|
|
test-xfail-tst-robust9 = yes
|
2020-02-09 22:55:12 +00:00
|
|
|
endif
|
|
|
|
|
2018-07-20 00:49:44 +00:00
|
|
|
ifeq ($(subdir),elf)
|
|
|
|
# We do use nested functions involving creation of trampolines, notably for
|
|
|
|
# callbacks whose parameters don't permit to get the context parameters.
|
|
|
|
check-execstack-xfail += ld.so libc.so libpthread.so
|
2020-11-14 23:35:35 +00:00
|
|
|
# We always create a thread for signals
|
|
|
|
test-xfail-tst-single_threaded-pthread-static = yes
|
2018-07-20 00:49:44 +00:00
|
|
|
endif
|
2019-12-29 15:04:51 +00:00
|
|
|
|
|
|
|
ifeq ($(subdir),stdlib)
|
|
|
|
gen-as-const-headers += ucontext_i.sym
|
|
|
|
endif
|