[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 07/31] configure: remove gcc version suffixes
From: |
Alex Bennée |
Subject: |
[PATCH 07/31] configure: remove gcc version suffixes |
Date: |
Mon, 25 Sep 2023 15:48:30 +0100 |
The modern packaging of cross GCC's doesn't need the explicit version
number at the end.
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
---
configure | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/configure b/configure
index ebad155d9e..e83872571d 100755
--- a/configure
+++ b/configure
@@ -1334,7 +1334,7 @@ probe_target_compiler() {
# We don't have any bigendian build tools so we only use this for
AArch64
container_image=debian-arm64-cross
container_cross_prefix=aarch64-linux-gnu-
- container_cross_cc=${container_cross_prefix}gcc-10
+ container_cross_cc=${container_cross_prefix}gcc
;;
alpha)
container_image=debian-alpha-cross
@@ -1397,7 +1397,7 @@ probe_target_compiler() {
ppc)
container_image=debian-powerpc-test-cross
container_cross_prefix=powerpc-linux-gnu-
- container_cross_cc=${container_cross_prefix}gcc-10
+ container_cross_cc=${container_cross_prefix}gcc
;;
ppc64|ppc64le)
container_image=debian-powerpc-test-cross
--
2.39.2
- [PATCH 03/31] gitlab: shuffle some targets and reduce avocado noise, (continued)
- [PATCH 05/31] tests/docker: make docker engine choice entirely configure driven, Alex Bennée, 2023/09/25
- [PATCH 07/31] configure: remove gcc version suffixes,
Alex Bennée <=
- [PATCH 09/31] gdbstub: Fix target_xml initialization, Alex Bennée, 2023/09/25
- [PATCH 12/31] contrib/plugins: Use GRWLock in execlog, Alex Bennée, 2023/09/25
- [PATCH 04/31] docs: mark CRIS support as deprecated, Alex Bennée, 2023/09/25
[PATCH 13/31] gdbstub: Introduce GDBFeature structure, Alex Bennée, 2023/09/25
[PATCH 14/31] target/arm: Move the reference to arm-core.xml, Alex Bennée, 2023/09/25
[PATCH 10/31] gdbstub: Fix target.xml response, Alex Bennée, 2023/09/25