diff options
author | Felix Singer <felixsinger@posteo.net> | 2024-04-06 05:32:25 +0000 |
---|---|---|
committer | Felix Singer <service+coreboot-gerrit@felixsinger.de> | 2024-05-15 01:53:34 +0000 |
commit | acdd8dd14d498834589d5e5bda6c9f3d5f5860d8 (patch) | |
tree | 0b15d221c6c46fda728b2550630f95e2d7aabf33 /util/crossgcc/buildgcc | |
parent | e885aa5a05a24dc3bd3f1fffc0d55aa08ed43d5a (diff) |
util/crossgcc: Update GCC from 13.2 to 14.1.0
Change-Id: Idf5912d1fcdfabab7fe006b7e0cd4ebd25c07d09
Signed-off-by: Felix Singer <felixsinger@posteo.net>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/81683
Reviewed-by: Elyes Haouas <ehaouas@noos.fr>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Martin L Roth <gaumless@gmail.com>
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 c1e93db2bb..73e0720983 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=13.2.0 +GCC_VERSION=14.1.0 BINUTILS_VERSION=2.42 IASL_VERSION=20240321 # CLANG version number |