diff options
author | Elyes Haouas <ehaouas@noos.fr> | 2024-08-07 18:40:54 +0200 |
---|---|---|
committer | Felix Singer <service+coreboot-gerrit@felixsinger.de> | 2024-08-23 21:37:42 +0000 |
commit | 69618cd527012c84fb6c5863e2bb4fbf01406a9b (patch) | |
tree | 1a602dad9130d2dbf8fa236ec07520996e9fad70 /util/crossgcc/buildgcc | |
parent | 04bb74a7267a64d39ca87ba8c9b4f9f34c7d2bbb (diff) |
crossgcc: Upgrade binutils from 2.42 to 2.43.1
Change-Id: I1c9d1b2e336894ac48ce87e4d3390e9f9557d4f7
Signed-off-by: Elyes Haouas <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/83816
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Felix Singer <service+coreboot-gerrit@felixsinger.de>
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 ad756652ed..4440fe87eb 100755 --- a/util/crossgcc/buildgcc +++ b/util/crossgcc/buildgcc @@ -39,7 +39,7 @@ GMP_VERSION=6.3.0 MPFR_VERSION=4.2.1 MPC_VERSION=1.3.1 GCC_VERSION=14.1.0 -BINUTILS_VERSION=2.42 +BINUTILS_VERSION=2.43.1 IASL_VERSION="20230628" # CLANG version number CLANG_VERSION=18.1.6 |