On 4/19/21 4:54 PM, Alex Bennée wrote: > From: Bastian Koppelmann <kbast...@mail.uni-paderborn.de> > > At least for the TriCore target no easily available c compiler exists. > Thus we need to rely on "as" and "ld". This allows us to run them > through the docker image. We don't test the generation capabilities of > docker images as they are assumed to work. > > Signed-off-by: Bastian Koppelmann <kbast...@mail.uni-paderborn.de> > [AJB: fix quoting, only handle docker & clear, test -n, tweak commit msg] > Signed-off-by: Alex Bennée <alex.ben...@linaro.org> > --- > tests/tcg/Makefile.qemu | 15 +++++++++++++++ > tests/tcg/configure.sh | 17 ++++++++++++++++- > 2 files changed, 31 insertions(+), 1 deletion(-)
Reviewed-by: Philippe Mathieu-Daudé <f4...@amsat.org>