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 | |
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')
-rwxr-xr-x | util/crossgcc/buildgcc | 2 | ||||
-rw-r--r-- | util/crossgcc/patches/binutils-2.43.1_as-ipxe.patch (renamed from util/crossgcc/patches/binutils-2.42_as-ipxe.patch) | 0 | ||||
-rw-r--r-- | util/crossgcc/patches/binutils-2.43.1_no-makeinfo.patch (renamed from util/crossgcc/patches/binutils-2.42_no-makeinfo.patch) | 0 | ||||
-rw-r--r-- | util/crossgcc/sum/binutils-2.42.tar.xz.cksum | 1 | ||||
-rw-r--r-- | util/crossgcc/sum/binutils-2.43.1.tar.xz.cksum | 1 |
5 files changed, 2 insertions, 2 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 diff --git a/util/crossgcc/patches/binutils-2.42_as-ipxe.patch b/util/crossgcc/patches/binutils-2.43.1_as-ipxe.patch index fb15cce5ec..fb15cce5ec 100644 --- a/util/crossgcc/patches/binutils-2.42_as-ipxe.patch +++ b/util/crossgcc/patches/binutils-2.43.1_as-ipxe.patch diff --git a/util/crossgcc/patches/binutils-2.42_no-makeinfo.patch b/util/crossgcc/patches/binutils-2.43.1_no-makeinfo.patch index c43ab0e700..c43ab0e700 100644 --- a/util/crossgcc/patches/binutils-2.42_no-makeinfo.patch +++ b/util/crossgcc/patches/binutils-2.43.1_no-makeinfo.patch diff --git a/util/crossgcc/sum/binutils-2.42.tar.xz.cksum b/util/crossgcc/sum/binutils-2.42.tar.xz.cksum deleted file mode 100644 index dec33be469..0000000000 --- a/util/crossgcc/sum/binutils-2.42.tar.xz.cksum +++ /dev/null @@ -1 +0,0 @@ -44da41792c60419863d7e13fa1deaf6b24dd69b8 tarballs/binutils-2.42.tar.xz diff --git a/util/crossgcc/sum/binutils-2.43.1.tar.xz.cksum b/util/crossgcc/sum/binutils-2.43.1.tar.xz.cksum new file mode 100644 index 0000000000..80914b7ef8 --- /dev/null +++ b/util/crossgcc/sum/binutils-2.43.1.tar.xz.cksum @@ -0,0 +1 @@ +86bfee61d18cb9ea84ca700ecb820d97bb4e92a7 tarballs/binutils-2.43.1.tar.xz |