2018-04-23 16:00:13 +01:00
|
|
|
# -*- Mode: makefile -*-
|
|
|
|
#
|
|
|
|
# HPPA specific tweaks - specifically masking out broken tests
|
|
|
|
|
2021-09-29 09:05:53 -04:00
|
|
|
# This triggers failures for hppa-linux about 1% of the time
|
|
|
|
# HPPA is the odd target that can't use the sigtramp page;
|
|
|
|
# it requires the full vdso with dwarf2 unwind info.
|
|
|
|
run-signals: signals
|
|
|
|
$(call skip-test, $<, "BROKEN awaiting vdso support")
|
2021-12-29 13:39:25 -08:00
|
|
|
|
|
|
|
VPATH += $(SRC_PATH)/tests/tcg/hppa
|
|
|
|
TESTS += stby
|
|
|
|
|
|
|
|
stby: CFLAGS += -pthread
|