From 36847977cb95e319ec67ab2edf85e6ea96783628 Mon Sep 17 00:00:00 2001 From: Felix Singer Date: Thu, 1 Dec 2022 11:36:17 +0000 Subject: [PATCH] util/crossgcc: Update GCC from 11.2 to 11.3 While the work on updating GCC to version 12 is still WIP, update it to the latest minor release 11.3. Signed-off-by: Felix Singer Change-Id: I8810bbb238b01985774ff8da1e246ab1b192e663 Reviewed-on: https://review.coreboot.org/c/coreboot/+/70221 Reviewed-by: Nico Huber Tested-by: build bot (Jenkins) Reviewed-by: Lean Sheng Tan --- util/crossgcc/buildgcc | 2 +- ...sl_workaround.patch => gcc-11.3.0_ada-musl_workaround.patch} | 0 ...lback.patch => gcc-11.3.0_asan_shadow_offset_callback.patch} | 0 .../patches/{gcc-11.2.0_gnat.patch => gcc-11.3.0_gnat.patch} | 0 .../{gcc-11.2.0_libcpp.patch => gcc-11.3.0_libcpp.patch} | 0 .../{gcc-11.2.0_libgcc.patch => gcc-11.3.0_libgcc.patch} | 0 util/crossgcc/sum/gcc-11.2.0.tar.xz.cksum | 1 - util/crossgcc/sum/gcc-11.3.0.tar.xz.cksum | 1 + 8 files changed, 2 insertions(+), 2 deletions(-) rename util/crossgcc/patches/{gcc-11.2.0_ada-musl_workaround.patch => gcc-11.3.0_ada-musl_workaround.patch} (100%) rename util/crossgcc/patches/{gcc-11.2.0_asan_shadow_offset_callback.patch => gcc-11.3.0_asan_shadow_offset_callback.patch} (100%) rename util/crossgcc/patches/{gcc-11.2.0_gnat.patch => gcc-11.3.0_gnat.patch} (100%) rename util/crossgcc/patches/{gcc-11.2.0_libcpp.patch => gcc-11.3.0_libcpp.patch} (100%) rename util/crossgcc/patches/{gcc-11.2.0_libgcc.patch => gcc-11.3.0_libgcc.patch} (100%) delete mode 100644 util/crossgcc/sum/gcc-11.2.0.tar.xz.cksum create mode 100644 util/crossgcc/sum/gcc-11.3.0.tar.xz.cksum diff --git a/util/crossgcc/buildgcc b/util/crossgcc/buildgcc index 0de27ed6e8..edf3c116ab 100755 --- a/util/crossgcc/buildgcc +++ b/util/crossgcc/buildgcc @@ -37,7 +37,7 @@ COREBOOT_MIRROR_URL="https://www.coreboot.org/releases/crossgcc-sources" GMP_VERSION=6.2.1 MPFR_VERSION=4.2.0 MPC_VERSION=1.3.1 -GCC_VERSION=11.2.0 +GCC_VERSION=11.3.0 BINUTILS_VERSION=2.37 IASL_VERSION="R10_20_22" # CLANG version number diff --git a/util/crossgcc/patches/gcc-11.2.0_ada-musl_workaround.patch b/util/crossgcc/patches/gcc-11.3.0_ada-musl_workaround.patch similarity index 100% rename from util/crossgcc/patches/gcc-11.2.0_ada-musl_workaround.patch rename to util/crossgcc/patches/gcc-11.3.0_ada-musl_workaround.patch diff --git a/util/crossgcc/patches/gcc-11.2.0_asan_shadow_offset_callback.patch b/util/crossgcc/patches/gcc-11.3.0_asan_shadow_offset_callback.patch similarity index 100% rename from util/crossgcc/patches/gcc-11.2.0_asan_shadow_offset_callback.patch rename to util/crossgcc/patches/gcc-11.3.0_asan_shadow_offset_callback.patch diff --git a/util/crossgcc/patches/gcc-11.2.0_gnat.patch b/util/crossgcc/patches/gcc-11.3.0_gnat.patch similarity index 100% rename from util/crossgcc/patches/gcc-11.2.0_gnat.patch rename to util/crossgcc/patches/gcc-11.3.0_gnat.patch diff --git a/util/crossgcc/patches/gcc-11.2.0_libcpp.patch b/util/crossgcc/patches/gcc-11.3.0_libcpp.patch similarity index 100% rename from util/crossgcc/patches/gcc-11.2.0_libcpp.patch rename to util/crossgcc/patches/gcc-11.3.0_libcpp.patch diff --git a/util/crossgcc/patches/gcc-11.2.0_libgcc.patch b/util/crossgcc/patches/gcc-11.3.0_libgcc.patch similarity index 100% rename from util/crossgcc/patches/gcc-11.2.0_libgcc.patch rename to util/crossgcc/patches/gcc-11.3.0_libgcc.patch diff --git a/util/crossgcc/sum/gcc-11.2.0.tar.xz.cksum b/util/crossgcc/sum/gcc-11.2.0.tar.xz.cksum deleted file mode 100644 index 071c352c93..0000000000 --- a/util/crossgcc/sum/gcc-11.2.0.tar.xz.cksum +++ /dev/null @@ -1 +0,0 @@ -f902ccacecf8949978d6261e9f1d034cff73ffdb tarballs/gcc-11.2.0.tar.xz diff --git a/util/crossgcc/sum/gcc-11.3.0.tar.xz.cksum b/util/crossgcc/sum/gcc-11.3.0.tar.xz.cksum new file mode 100644 index 0000000000..a4d2bd5780 --- /dev/null +++ b/util/crossgcc/sum/gcc-11.3.0.tar.xz.cksum @@ -0,0 +1 @@ +cf86a48278f9a6f4b03d4390550577b20353b4e9 tarballs/gcc-11.3.0.tar.xz