The main problem here is, that there is no prebuilt compiler packages. Thus I have to build the toolchain from scratch. I don't know if this is OK in the docker image. For now only binutils is built. But then, I'll have to pass the LD and AS environment variables, too. And it won't work with the native host cross toolchain - unless we'll probe for the assembler and linker, too.
Any ideas? Michael Walle (3): tests/docker: add debian-lm32-cross image tests/tcg: also pass AS and LD variables tests/tcg/lm32: enable system tests tests/docker/Makefile.include | 5 +- tests/docker/dockerfiles/debian-lm32-cross.docker | 31 +++++++ tests/tcg/Makefile.include | 13 ++- tests/tcg/lm32/Makefile | 106 ---------------------- tests/tcg/lm32/Makefile.include | 8 ++ tests/tcg/lm32/Makefile.softmmu-target | 33 +++++++ 6 files changed, 86 insertions(+), 110 deletions(-) create mode 100644 tests/docker/dockerfiles/debian-lm32-cross.docker delete mode 100644 tests/tcg/lm32/Makefile create mode 100644 tests/tcg/lm32/Makefile.include create mode 100644 tests/tcg/lm32/Makefile.softmmu-target -- 2.11.0