xref: /openbmc/qemu/tests/tcg/hppa/Makefile.target (revision e9206163)
13ae8a100SAlex Bennée# -*- Mode: makefile -*-
23ae8a100SAlex Bennée#
33ae8a100SAlex Bennée# HPPA specific tweaks - specifically masking out broken tests
43ae8a100SAlex Bennée
5efee71c8SRichard Henderson# This triggers failures for hppa-linux about 1% of the time
6efee71c8SRichard Henderson# HPPA is the odd target that can't use the sigtramp page;
7efee71c8SRichard Henderson# it requires the full vdso with dwarf2 unwind info.
8efee71c8SRichard Hendersonrun-signals: signals
9efee71c8SRichard Henderson	$(call skip-test, $<, "BROKEN awaiting vdso support")
10*9f54dc1cSRichard Henderson
11*9f54dc1cSRichard HendersonVPATH += $(SRC_PATH)/tests/tcg/hppa
12*9f54dc1cSRichard HendersonTESTS += stby
13*9f54dc1cSRichard Henderson
14*9f54dc1cSRichard Hendersonstby: CFLAGS += -pthread
15