Felix Singer has submitted this change. ( https://review.coreboot.org/c/coreboot/+/83839?usp=email )
Change subject: crossgcc: Upgrade GCC from 14.1.0 to 14.2.0 ......................................................................
crossgcc: Upgrade GCC from 14.1.0 to 14.2.0
Change-Id: I6ffff766fb1fa91ad376c3e7e9aebe17c3288725 Signed-off-by: Elyes Haouas ehaouas@noos.fr Reviewed-on: https://review.coreboot.org/c/coreboot/+/83839 Reviewed-by: Felix Singer service+coreboot-gerrit@felixsinger.de Tested-by: build bot (Jenkins) no-reply@coreboot.org --- M util/crossgcc/buildgcc R util/crossgcc/patches/gcc-14.2.0_asan_shadow_offset_callback.patch R util/crossgcc/patches/gcc-14.2.0_gnat.patch R util/crossgcc/patches/gcc-14.2.0_libcpp.patch R util/crossgcc/patches/gcc-14.2.0_libgcc.patch R util/crossgcc/patches/gcc-14.2.0_musl_poisoned_calloc.patch R util/crossgcc/patches/gcc-14.2.0_rv32iafc.patch D util/crossgcc/sum/gcc-14.1.0.tar.xz.cksum A util/crossgcc/sum/gcc-14.2.0.tar.xz.cksum 9 files changed, 2 insertions(+), 2 deletions(-)
Approvals: build bot (Jenkins): Verified Felix Singer: Looks good to me, approved
diff --git a/util/crossgcc/buildgcc b/util/crossgcc/buildgcc index 4440fe8..367caab 100755 --- a/util/crossgcc/buildgcc +++ b/util/crossgcc/buildgcc @@ -38,7 +38,7 @@ GMP_VERSION=6.3.0 MPFR_VERSION=4.2.1 MPC_VERSION=1.3.1 -GCC_VERSION=14.1.0 +GCC_VERSION=14.2.0 BINUTILS_VERSION=2.43.1 IASL_VERSION="20230628" # CLANG version number diff --git a/util/crossgcc/patches/gcc-14.1.0_asan_shadow_offset_callback.patch b/util/crossgcc/patches/gcc-14.2.0_asan_shadow_offset_callback.patch similarity index 100% rename from util/crossgcc/patches/gcc-14.1.0_asan_shadow_offset_callback.patch rename to util/crossgcc/patches/gcc-14.2.0_asan_shadow_offset_callback.patch diff --git a/util/crossgcc/patches/gcc-14.1.0_gnat.patch b/util/crossgcc/patches/gcc-14.2.0_gnat.patch similarity index 100% rename from util/crossgcc/patches/gcc-14.1.0_gnat.patch rename to util/crossgcc/patches/gcc-14.2.0_gnat.patch diff --git a/util/crossgcc/patches/gcc-14.1.0_libcpp.patch b/util/crossgcc/patches/gcc-14.2.0_libcpp.patch similarity index 100% rename from util/crossgcc/patches/gcc-14.1.0_libcpp.patch rename to util/crossgcc/patches/gcc-14.2.0_libcpp.patch diff --git a/util/crossgcc/patches/gcc-14.1.0_libgcc.patch b/util/crossgcc/patches/gcc-14.2.0_libgcc.patch similarity index 100% rename from util/crossgcc/patches/gcc-14.1.0_libgcc.patch rename to util/crossgcc/patches/gcc-14.2.0_libgcc.patch diff --git a/util/crossgcc/patches/gcc-14.1.0_musl_poisoned_calloc.patch b/util/crossgcc/patches/gcc-14.2.0_musl_poisoned_calloc.patch similarity index 100% rename from util/crossgcc/patches/gcc-14.1.0_musl_poisoned_calloc.patch rename to util/crossgcc/patches/gcc-14.2.0_musl_poisoned_calloc.patch diff --git a/util/crossgcc/patches/gcc-14.1.0_rv32iafc.patch b/util/crossgcc/patches/gcc-14.2.0_rv32iafc.patch similarity index 100% rename from util/crossgcc/patches/gcc-14.1.0_rv32iafc.patch rename to util/crossgcc/patches/gcc-14.2.0_rv32iafc.patch diff --git a/util/crossgcc/sum/gcc-14.1.0.tar.xz.cksum b/util/crossgcc/sum/gcc-14.1.0.tar.xz.cksum deleted file mode 100644 index b512e72..0000000 --- a/util/crossgcc/sum/gcc-14.1.0.tar.xz.cksum +++ /dev/null @@ -1 +0,0 @@ -0aec8d432b8473559942a45c12459a5db3a04618 tarballs/gcc-14.1.0.tar.xz diff --git a/util/crossgcc/sum/gcc-14.2.0.tar.xz.cksum b/util/crossgcc/sum/gcc-14.2.0.tar.xz.cksum new file mode 100644 index 0000000..f81c535 --- /dev/null +++ b/util/crossgcc/sum/gcc-14.2.0.tar.xz.cksum @@ -0,0 +1 @@ +d91ecc3d20ce6298bd95f9b09cc51dc6d3c73ae3 tarballs/gcc-14.2.0.tar.xz