1# -*- Mode: makefile -*- 2# 3# HPPA specific tweaks - specifically masking out broken tests 4 5# This triggers failures for hppa-linux about 1% of the time 6# HPPA is the odd target that can't use the sigtramp page; 7# it requires the full vdso with dwarf2 unwind info. 8run-signals: signals 9 $(call skip-test, $<, "BROKEN awaiting vdso support") 10 11VPATH += $(SRC_PATH)/tests/tcg/hppa 12TESTS += stby 13 14stby: CFLAGS += -pthread 15