1# -*- Mode: makefile -*- 2# 3# SuperH specific tweaks 4# 5 6# This triggers failures for sh4-linux about 10% of the time. 7# Random SIGSEGV at unpredictable guest address, cause unknown. 8run-signals: signals 9 $(call skip-test, $<, "BROKEN") 10run-plugin-signals-with-%: 11 $(call skip-test, $<, "BROKEN") 12 13VPATH += $(SRC_PATH)/tests/tcg/sh4 14 15test-macl: CFLAGS += -O -g 16TESTS += test-macl 17 18test-macw: CFLAGS += -O -g 19TESTS += test-macw 20