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>
This commit is contained in:
parent
899ba5edd8
commit
02f903140b
@ -47,7 +47,7 @@ CRT_FILES = crt.o sys.o
|
|||||||
$(CC) $(ASFLAGS) $< -o $@ $(LDFLAGS) $(NOSTDFLAGS) $(CRT_FILES)
|
$(CC) $(ASFLAGS) $< -o $@ $(LDFLAGS) $(NOSTDFLAGS) $(CRT_FILES)
|
||||||
|
|
||||||
# The default CPU breaks (possibly as it's max?) so force crisv17
|
# 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
|
# Additional runners to run under GNU SIM
|
||||||
CRIS_RUNS_ON_SIM=$(patsubst %, %-on-sim, $(CRIS_RUNS))
|
CRIS_RUNS_ON_SIM=$(patsubst %, %-on-sim, $(CRIS_RUNS))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user