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>
This commit is contained in:
parent
bc54f72d5d
commit
02e4d32524
|
@ -21,7 +21,7 @@ Update this document with changes that should be in the release notes.
|
||||||
|
|
||||||
### Toolchain updates
|
### 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
|
### Additional coreboot changes
|
||||||
|
|
||||||
|
|
|
@ -35,7 +35,7 @@ USE_COREBOOT_MIRROR=0
|
||||||
COREBOOT_MIRROR_URL="https://www.coreboot.org/releases/crossgcc-sources"
|
COREBOOT_MIRROR_URL="https://www.coreboot.org/releases/crossgcc-sources"
|
||||||
|
|
||||||
# GCC toolchain version numbers
|
# GCC toolchain version numbers
|
||||||
GMP_VERSION=6.2.1
|
GMP_VERSION=6.3.0
|
||||||
MPFR_VERSION=4.2.0
|
MPFR_VERSION=4.2.0
|
||||||
MPC_VERSION=1.3.1
|
MPC_VERSION=1.3.1
|
||||||
GCC_VERSION=11.4.0
|
GCC_VERSION=11.4.0
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
0578d48607ec0e272177d175fd1807c30b00fdf2 tarballs/gmp-6.2.1.tar.xz
|
|
|
@ -0,0 +1 @@
|
||||||
|
b4043dd2964ab1a858109da85c44de224384f352 tarballs/gmp-6.3.0.tar.xz
|
Loading…
Reference in New Issue