util/crossgcc: Update GCC version from 11.3 to 11.4
Change-Id: Ia9063af4495735a0e47f4cab1179441185d888b3 Signed-off-by: Felix Singer <felixsinger@posteo.net> Reviewed-on: https://review.coreboot.org/c/coreboot/+/76364 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Elyes Haouas <ehaouas@noos.fr>
This commit is contained in:
parent
2e9a396ffb
commit
ebafd4b905
|
@ -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.3.0
|
||||
GCC_VERSION=11.4.0
|
||||
BINUTILS_VERSION=2.40
|
||||
IASL_VERSION="R06_28_23"
|
||||
# CLANG version number
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
cf86a48278f9a6f4b03d4390550577b20353b4e9 tarballs/gcc-11.3.0.tar.xz
|
|
@ -0,0 +1 @@
|
|||
03f21dce9edf9092e38b4e23dd27b29f6ab56f63 tarballs/gcc-11.4.0.tar.xz
|
Loading…
Reference in New Issue