d72132c02e
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>
7 lines
117 B
Makefile
7 lines
117 B
Makefile
#
|
|
# Makefile.include for all CRIS targets
|
|
#
|
|
|
|
DOCKER_IMAGE=fedora-cris-cross
|
|
DOCKER_CROSS_COMPILER=cris-linux-gnu-gcc
|