[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PULL 6/6] configure: pass correct cflags to container-based cross compi
From: |
Paolo Bonzini |
Subject: |
[PULL 6/6] configure: pass correct cflags to container-based cross compilers |
Date: |
Fri, 29 Jul 2022 17:04:38 +0200 |
probe_target_compiler returns nonempty $target_cc for installed toolchains
and $container_cross_cc for container-based toolchains. In both cases
however the flags (coming from $cross_cc_cflags_${target_arch}) must be
in $target_cflags.
Therefore, do not clear them prior to returning from probe_target_compiler.
Reported-by: Taylor Simpson <tsimpson@quicinc.com>
Fixes: 92e288fcfb ("build: try both native and cross compilers", 2022-07-08)
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
---
configure | 1 -
1 file changed, 1 deletion(-)
diff --git a/configure b/configure
index c4c02b8438..72ab03f11a 100755
--- a/configure
+++ b/configure
@@ -2173,7 +2173,6 @@ probe_target_compiler() {
build_static=
target_cc=
target_ccas=
- target_cflags=
target_ar=
target_as=
target_ld=
--
2.36.1
- [PULL 0/6] Fixes for QEMU 7.1-rc1, Paolo Bonzini, 2022/07/29
- [PULL 1/6] ui: dbus-display requires CONFIG_GBM, Paolo Bonzini, 2022/07/29
- [PULL 2/6] vga: fix incorrect line height in 640x200x2 mode, Paolo Bonzini, 2022/07/29
- [PULL 4/6] configure: Fix ppc container_cross_cc substitution, Paolo Bonzini, 2022/07/29
- [PULL 6/6] configure: pass correct cflags to container-based cross compilers,
Paolo Bonzini <=
- [PULL 5/6] kvm: don't use perror() without useful errno, Paolo Bonzini, 2022/07/29
- [PULL 3/6] stubs: update replay-tools to match replay.h types, Paolo Bonzini, 2022/07/29
- Re: [PULL 0/6] Fixes for QEMU 7.1-rc1, Richard Henderson, 2022/07/29