On 4/19/22 02:10, Alex Bennée wrote:
From: Paolo Bonzini<pbonz...@redhat.com>

Build the "docker.py cc" invocation directly in tests/tcg/configure.sh, and
remove the Makefile.qemu wrapper around Makefile.target.  The config-*.mak
files now include the actual variables used when building the tests, rather
than the CROSS_* variables that Makefile.qemu used to "translate".

This is a first step towards generalizing the cross-compilation infrastructure
so that it can be used for firmware as well.

Signed-off-by: Paolo Bonzini<pbonz...@redhat.com>
Message-Id:<20220401141326.1244422-15-pbonz...@redhat.com>
Signed-off-by: Alex Bennée<alex.ben...@linaro.org>
---
  tests/Makefile.include    |  40 +++++++-------
  tests/tcg/Makefile.qemu   | 110 --------------------------------------
  tests/tcg/Makefile.target |   3 +-
  tests/tcg/configure.sh    |  28 +++++-----
  4 files changed, 35 insertions(+), 146 deletions(-)
  delete mode 100644 tests/tcg/Makefile.qemu

Reviewed-by: Richard Henderson <richard.hender...@linaro.org>

r~

Reply via email to