[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PULL 67/68] configure: remove unnecessary check
|
From: |
Paolo Bonzini |
|
Subject: |
[PULL 67/68] configure: remove unnecessary check |
|
Date: |
Wed, 17 May 2023 19:45:19 +0200 |
All calls to probe_target_compiler are conditioned on
some "have_target" invocation, or inside a loop on target_list.
Therefore there is no issue with building unnecessary
firmware images and tests.
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
---
configure | 7 -------
1 file changed, 7 deletions(-)
diff --git a/configure b/configure
index 9dc17aaa7c86..7135251fdcd8 100755
--- a/configure
+++ b/configure
@@ -1324,13 +1324,6 @@ probe_target_compiler() {
container_cross_ranlib=
container_cross_strip=
- # We shall skip configuring the target compiler if the user didn't
- # bother enabling an appropriate guest. This avoids building
- # extraneous firmware images and tests.
- if test "${target_list#*$1}" = "$1"; then
- return 1
- fi
-
target_arch=${1%%-*}
case $target_arch in
aarch64) container_hosts="x86_64 aarch64" ;;
--
2.40.1
- [PULL 27/68] mkvenv: avoid ensurepip if pip is installed, (continued)
- [PULL 27/68] mkvenv: avoid ensurepip if pip is installed, Paolo Bonzini, 2023/05/17
- [PULL 57/68] build: move coroutine backend selection to meson, Paolo Bonzini, 2023/05/17
- [PULL 56/68] build: move SafeStack tests to meson, Paolo Bonzini, 2023/05/17
- [PULL 35/68] configure: use 'mkvenv ensure meson' to bootstrap meson, Paolo Bonzini, 2023/05/17
- [PULL 39/68] configure: bootstrap sphinx with mkvenv, Paolo Bonzini, 2023/05/17
- [PULL 44/68] python: bump some of the dependencies, Paolo Bonzini, 2023/05/17
- [PULL 49/68] meson: add more version numbers to the summary, Paolo Bonzini, 2023/05/17
- [PULL 53/68] configure, meson: move --enable-modules to Meson, Paolo Bonzini, 2023/05/17
- [PULL 59/68] build: move warning flag selection to meson, Paolo Bonzini, 2023/05/17
- [PULL 60/68] build: move remaining compiler flag tests to meson, Paolo Bonzini, 2023/05/17
- [PULL 67/68] configure: remove unnecessary check,
Paolo Bonzini <=
- [PULL 52/68] configure: remove pkg-config functions, Paolo Bonzini, 2023/05/17
- [PULL 58/68] build: move stack protector flag selection to meson, Paolo Bonzini, 2023/05/17
- [PULL 66/68] configure: reorder option parsing code, Paolo Bonzini, 2023/05/17
- [PULL 63/68] configure: remove compiler sanity check, Paolo Bonzini, 2023/05/17
- [PULL 25/68] mkvenv: add console script entry point generation, Paolo Bonzini, 2023/05/17
- [PULL 31/68] tests/vm: add py310-expat to NetBSD, Paolo Bonzini, 2023/05/17
- [PULL 46/68] meson: require 0.63.0, Paolo Bonzini, 2023/05/17
- [PULL 47/68] meson: use prefer_static option, Paolo Bonzini, 2023/05/17