From: Alex Bennée Date: Fri, 11 Oct 2019 08:28:26 +0000 (+0100) Subject: tests/tcg: set QEMU_OPTS for all cris runs X-Git-Tag: v4.2.0-rc0~20^2~12 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=02f903140b777a6325fc4f83ddf1126f71efa38a;p=thirdparty%2Fqemu.git tests/tcg: set QEMU_OPTS for all cris runs This will important for ensuring the plugin test variants will also work. Signed-off-by: Alex Bennée Reviewed-by: Richard Henderson --- diff --git a/tests/tcg/cris/Makefile.target b/tests/tcg/cris/Makefile.target index c1173ead422..24c7f2e7616 100644 --- a/tests/tcg/cris/Makefile.target +++ b/tests/tcg/cris/Makefile.target @@ -47,7 +47,7 @@ CRT_FILES = crt.o sys.o $(CC) $(ASFLAGS) $< -o $@ $(LDFLAGS) $(NOSTDFLAGS) $(CRT_FILES) # The default CPU breaks (possibly as it's max?) so force crisv17 -$(CRIS_RUNS): QEMU_OPTS=-cpu crisv17 +QEMU_OPTS=-cpu crisv17 # Additional runners to run under GNU SIM CRIS_RUNS_ON_SIM=$(patsubst %, %-on-sim, $(CRIS_RUNS))