diff options
author | Felix Singer <felixsinger@posteo.net> | 2023-07-09 20:34:21 +0000 |
---|---|---|
committer | Felix Singer <service+coreboot-gerrit@felixsinger.de> | 2023-07-14 18:04:14 +0000 |
commit | ebafd4b905d913c37274ce97ff21c8f26ffabd78 (patch) | |
tree | ddc4b71c3bdd59a4507a46f7d2e3785db466a583 /util/crossgcc/buildgcc | |
parent | 2e9a396ffbde4491ee4b4a97d92b740dfc541eae (diff) |
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>
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 ee458def04..575073c603 100755 --- a/util/crossgcc/buildgcc +++ b/util/crossgcc/buildgcc @@ -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 |