qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH v1 17/25] tests/tcg: invoke Makefile.target directly from QEM


From: Richard Henderson
Subject: Re: [PATCH v1 17/25] tests/tcg: invoke Makefile.target directly from QEMU's makefile
Date: Tue, 19 Apr 2022 12:04:31 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.8.0

On 4/19/22 02:10, Alex Bennée wrote:
From: Paolo Bonzini<pbonzini@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<pbonzini@redhat.com>
Message-Id:<20220401141326.1244422-15-pbonzini@redhat.com>
Signed-off-by: Alex Bennée<alex.bennee@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.henderson@linaro.org>

r~



reply via email to

[Prev in Thread] Current Thread [Next in Thread]