| 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. |
| 8 | run-signals: signals |
| 9 | $(call skip-test, $<, "BROKEN awaiting vdso support") |
| 10 | |
| 11 | VPATH += $(SRC_PATH)/tests/tcg/hppa |
| 12 | TESTS += stby |
| 13 | |
| 14 | stby: CFLAGS += -pthread |