]> git.proxmox.com Git - mirror_qemu.git/commitdiff
tests/tcg: set QEMU_OPTS for all cris runs
authorAlex Bennée <alex.bennee@linaro.org>
Fri, 11 Oct 2019 08:28:26 +0000 (09:28 +0100)
committerAlex Bennée <alex.bennee@linaro.org>
Mon, 28 Oct 2019 15:12:38 +0000 (15:12 +0000)
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>
tests/tcg/cris/Makefile.target

index c1173ead4221a1a41f044bd9848b794eda86e15e..24c7f2e7616b83977a3e0e240b1150b12000037f 100644 (file)
@@ -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))