aboutsummaryrefslogtreecommitdiff
path: root/tests/tcg/cris/Makefile.target
diff options
context:
space:
mode:
authorAlex Bennée <alex.bennee@linaro.org>2019-10-11 09:28:26 +0100
committerAlex Bennée <alex.bennee@linaro.org>2019-10-28 15:12:38 +0000
commit02f903140b777a6325fc4f83ddf1126f71efa38a (patch)
treece1f29f64f83b3399fdc7386b0a7625d6f063762 /tests/tcg/cris/Makefile.target
parent899ba5edd86c255a41332bdcb83f24263d95e467 (diff)
downloadqemu-02f903140b777a6325fc4f83ddf1126f71efa38a.zip
qemu-02f903140b777a6325fc4f83ddf1126f71efa38a.tar.gz
qemu-02f903140b777a6325fc4f83ddf1126f71efa38a.tar.bz2
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 <alex.bennee@linaro.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Diffstat (limited to 'tests/tcg/cris/Makefile.target')
-rw-r--r--tests/tcg/cris/Makefile.target2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tcg/cris/Makefile.target b/tests/tcg/cris/Makefile.target
index c1173ea..24c7f2e 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))