Elyes Haouas has submitted this change. ( https://review.coreboot.org/c/coreboot/+/76865?usp=email )
Change subject: util/crossgcc: Update GMP from 6.2.1 to 6.3.0 ......................................................................
util/crossgcc: Update GMP from 6.2.1 to 6.3.0
Change-Id: I67d443cb15d89482b20b01f4068502b16ac8fc8e Signed-off-by: Elyes Haouas ehaouas@noos.fr Reviewed-on: https://review.coreboot.org/c/coreboot/+/76865 Tested-by: build bot (Jenkins) no-reply@coreboot.org Reviewed-by: Martin L Roth gaumless@gmail.com --- M Documentation/releases/coreboot-4.22-relnotes.md M util/crossgcc/buildgcc R util/crossgcc/patches/gmp-6.3.0_generic-build.patch D util/crossgcc/sum/gmp-6.2.1.tar.xz.cksum A util/crossgcc/sum/gmp-6.3.0.tar.xz.cksum 5 files changed, 3 insertions(+), 3 deletions(-)
Approvals: Martin L Roth: Looks good to me, approved build bot (Jenkins): Verified
diff --git a/Documentation/releases/coreboot-4.22-relnotes.md b/Documentation/releases/coreboot-4.22-relnotes.md index 025eaf8..d7013b2 100644 --- a/Documentation/releases/coreboot-4.22-relnotes.md +++ b/Documentation/releases/coreboot-4.22-relnotes.md @@ -21,7 +21,7 @@
### Toolchain updates
-* To be filled in immediately before the release by the release team +* Upgrade GMP from 6.2.1 to 6.3.0
### Additional coreboot changes
diff --git a/util/crossgcc/buildgcc b/util/crossgcc/buildgcc index 1abb4a9..033aac0 100755 --- a/util/crossgcc/buildgcc +++ b/util/crossgcc/buildgcc @@ -35,7 +35,7 @@ COREBOOT_MIRROR_URL="https://www.coreboot.org/releases/crossgcc-sources"
# GCC toolchain version numbers -GMP_VERSION=6.2.1 +GMP_VERSION=6.3.0 MPFR_VERSION=4.2.0 MPC_VERSION=1.3.1 GCC_VERSION=11.4.0 diff --git a/util/crossgcc/patches/gmp-6.2.1_generic-build.patch b/util/crossgcc/patches/gmp-6.3.0_generic-build.patch similarity index 100% rename from util/crossgcc/patches/gmp-6.2.1_generic-build.patch rename to util/crossgcc/patches/gmp-6.3.0_generic-build.patch diff --git a/util/crossgcc/sum/gmp-6.2.1.tar.xz.cksum b/util/crossgcc/sum/gmp-6.2.1.tar.xz.cksum deleted file mode 100644 index 3ea4232..0000000 --- a/util/crossgcc/sum/gmp-6.2.1.tar.xz.cksum +++ /dev/null @@ -1 +0,0 @@ -0578d48607ec0e272177d175fd1807c30b00fdf2 tarballs/gmp-6.2.1.tar.xz diff --git a/util/crossgcc/sum/gmp-6.3.0.tar.xz.cksum b/util/crossgcc/sum/gmp-6.3.0.tar.xz.cksum new file mode 100644 index 0000000..56abf27 --- /dev/null +++ b/util/crossgcc/sum/gmp-6.3.0.tar.xz.cksum @@ -0,0 +1 @@ +b4043dd2964ab1a858109da85c44de224384f352 tarballs/gmp-6.3.0.tar.xz