qemu/tests/tcg/cris/Makefile.include
Alex Bennée d72132c02e tests/tcg: enable cris base user-mode tests
This converts the existing Makefile into a Makefile.target and updates
it so it can be called by the tcg build system. The original Makefile
didn't set -cpu except for the v17 tests however that has broken (I
assume because linux-user is a "max" cpu) so here I force it to be
crisv17.

I've also replicated the GNU simulator targets (run-FOO-on-sim).

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
2019-03-12 17:05:21 +00:00

7 lines
117 B
Makefile

#
# Makefile.include for all CRIS targets
#
DOCKER_IMAGE=fedora-cris-cross
DOCKER_CROSS_COMPILER=cris-linux-gnu-gcc