On 4/19/21 4:54 PM, Alex Bennée wrote: > From: Bastian Koppelmann <[email protected]> > > 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 <[email protected]> > [AJB: fix quoting, only handle docker & clear, test -n, tweak commit msg] > Signed-off-by: Alex Bennée <[email protected]> > --- > tests/tcg/Makefile.qemu | 15 +++++++++++++++ > tests/tcg/configure.sh | 17 ++++++++++++++++- > 2 files changed, 31 insertions(+), 1 deletion(-)
Reviewed-by: Philippe Mathieu-Daudé <[email protected]>
