diff options
author | Felix Singer <felixsinger@posteo.net> | 2022-12-01 11:36:17 +0000 |
---|---|---|
committer | Felix Singer <felixsinger@posteo.net> | 2023-02-17 15:01:48 +0000 |
commit | 36847977cb95e319ec67ab2edf85e6ea96783628 (patch) | |
tree | 8ef9d985ad653dca9328bd2f9f63b517484ba5dc /util | |
parent | 6ef36dbffbacd8d290d73e1a78c22b817965e076 (diff) |
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 <felixsinger@posteo.net>
Change-Id: I8810bbb238b01985774ff8da1e246ab1b192e663
Reviewed-on: https://review.coreboot.org/c/coreboot/+/70221
Reviewed-by: Nico Huber <nico.h@gmx.de>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Lean Sheng Tan <sheng.tan@9elements.com>
Diffstat (limited to 'util')
-rwxr-xr-x | util/crossgcc/buildgcc | 2 | ||||
-rw-r--r-- | util/crossgcc/patches/gcc-11.3.0_ada-musl_workaround.patch (renamed from util/crossgcc/patches/gcc-11.2.0_ada-musl_workaround.patch) | 0 | ||||
-rw-r--r-- | util/crossgcc/patches/gcc-11.3.0_asan_shadow_offset_callback.patch (renamed from util/crossgcc/patches/gcc-11.2.0_asan_shadow_offset_callback.patch) | 0 | ||||
-rw-r--r-- | util/crossgcc/patches/gcc-11.3.0_gnat.patch (renamed from util/crossgcc/patches/gcc-11.2.0_gnat.patch) | 0 | ||||
-rw-r--r-- | util/crossgcc/patches/gcc-11.3.0_libcpp.patch (renamed from util/crossgcc/patches/gcc-11.2.0_libcpp.patch) | 0 | ||||
-rw-r--r-- | util/crossgcc/patches/gcc-11.3.0_libgcc.patch (renamed from util/crossgcc/patches/gcc-11.2.0_libgcc.patch) | 0 | ||||
-rw-r--r-- | util/crossgcc/sum/gcc-11.2.0.tar.xz.cksum | 1 | ||||
-rw-r--r-- | util/crossgcc/sum/gcc-11.3.0.tar.xz.cksum | 1 |
8 files changed, 2 insertions, 2 deletions
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 index 1f504a4b5e..1f504a4b5e 100644 --- a/util/crossgcc/patches/gcc-11.2.0_ada-musl_workaround.patch +++ b/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 index 25963b3211..25963b3211 100644 --- 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 diff --git a/util/crossgcc/patches/gcc-11.2.0_gnat.patch b/util/crossgcc/patches/gcc-11.3.0_gnat.patch index c22cec45d0..c22cec45d0 100644 --- a/util/crossgcc/patches/gcc-11.2.0_gnat.patch +++ b/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 index df28c01c71..df28c01c71 100644 --- a/util/crossgcc/patches/gcc-11.2.0_libcpp.patch +++ b/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 index 2f75c92b41..2f75c92b41 100644 --- a/util/crossgcc/patches/gcc-11.2.0_libgcc.patch +++ b/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 |