[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PULL 07/25] configure: remove gcc version suffixes
|
From: |
Alex Bennée |
|
Subject: |
[PULL 07/25] configure: remove gcc version suffixes |
|
Date: |
Wed, 11 Oct 2023 11:33:11 +0100 |
The modern packaging of cross GCC's doesn't need the explicit version
number at the end.
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Message-Id: <20231009164104.369749-8-alex.bennee@linaro.org>
diff --git a/configure b/configure
index 5c04e63bab..8fada85a71 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
- [PULL 13/25] target/arm: Move the reference to arm-core.xml, (continued)
- [PULL 13/25] target/arm: Move the reference to arm-core.xml, Alex Bennée, 2023/10/11
- [PULL 19/25] gdbstub: Replace gdb_regs with an array, Alex Bennée, 2023/10/11
- [PULL 01/25] tests/avocado: update firmware to enable OpenBSD test on sbsa-ref, Alex Bennée, 2023/10/11
- [PULL 08/25] gdbstub: Fix target_xml initialization, Alex Bennée, 2023/10/11
- [PULL 05/25] tests/docker: make docker engine choice entirely configure driven, Alex Bennée, 2023/10/11
- [PULL 09/25] gdbstub: Fix target.xml response, Alex Bennée, 2023/10/11
- [PULL 06/25] configure: allow user to override docker engine, Alex Bennée, 2023/10/11
- [PULL 20/25] accel/tcg: Add plugin_enabled to DisasContextBase, Alex Bennée, 2023/10/11
- [PULL 15/25] gdbstub: Use g_markup_printf_escaped(), Alex Bennée, 2023/10/11
- [PULL 03/25] tests/lcitool: add swtpm to the package list, Alex Bennée, 2023/10/11
- [PULL 07/25] configure: remove gcc version suffixes,
Alex Bennée <=
- [PULL 11/25] contrib/plugins: Use GRWLock in execlog, Alex Bennée, 2023/10/11
- [PULL 12/25] gdbstub: Introduce GDBFeature structure, Alex Bennée, 2023/10/11
- [PULL 17/25] target/ppc: Remove references to gdb_has_xml, Alex Bennée, 2023/10/11
- [PULL 23/25] contrib/plugins: fix coverity warning in cache, Alex Bennée, 2023/10/11
- [PULL 25/25] contrib/plugins: fix coverity warning in hotblocks, Alex Bennée, 2023/10/11
- [PULL 16/25] target/arm: Remove references to gdb_has_xml, Alex Bennée, 2023/10/11
- [PULL 21/25] target/sh4: Disable decode_gusa when plugins enabled, Alex Bennée, 2023/10/11
- [PULL 18/25] gdbstub: Remove gdb_has_xml variable, Alex Bennée, 2023/10/11
- [PULL 24/25] contrib/plugins: fix coverity warning in lockstep, Alex Bennée, 2023/10/11
- [PULL 22/25] plugins: Set final instruction count in plugin_gen_tb_end, Alex Bennée, 2023/10/11