diff options
author | Elyes Haouas <ehaouas@noos.fr> | 2024-08-09 03:04:07 +0200 |
---|---|---|
committer | Felix Singer <service+coreboot-gerrit@felixsinger.de> | 2024-08-23 21:39:59 +0000 |
commit | f35f18d858dae59965cc177ceaa304b2fdb551b5 (patch) | |
tree | 4fce70a45e28d83acd6abdaab2c8b080c9fb6700 /util/crossgcc/buildgcc | |
parent | 69618cd527012c84fb6c5863e2bb4fbf01406a9b (diff) |
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>
Diffstat (limited to 'util/crossgcc/buildgcc')
-rwxr-xr-x | util/crossgcc/buildgcc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/crossgcc/buildgcc b/util/crossgcc/buildgcc index 4440fe87eb..367caab4d0 100755 --- a/util/crossgcc/buildgcc +++ b/util/crossgcc/buildgcc @@ -38,7 +38,7 @@ COREBOOT_MIRROR_URL="https://www.coreboot.org/releases/crossgcc-sources" 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 |