1 # -*- Mode: makefile -*-
3 # HPPA specific tweaks - specifically masking out broken tests
5 # On parisc Linux supports 4K/16K/64K (but currently only 4k works)
6 EXTRA_RUNS+=run-test-mmap-4096 # run-test-mmap-16384 run-test-mmap-65536
8 # This triggers failures for hppa-linux about 1% of the time
9 # HPPA is the odd target that can't use the sigtramp page;
10 # it requires the full vdso with dwarf2 unwind info.
12 $(call skip-test, $<, "BROKEN awaiting vdso support")
13 run-plugin-signals-with-%:
14 $(call skip-test, $<, "BROKEN awaiting vdso support")
16 VPATH += $(SRC_PATH)/tests/tcg/hppa
19 stby: CFLAGS += -pthread