Patrick Georgi submitted this change.

View Change

Approvals: build bot (Jenkins): Verified Patrick Georgi: Looks good to me, approved
crossgcc: Update binutils to version 2.33.1

Change-Id: I3bb6055383aa72153fffc70adc9cc446e5a0612e
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/36013
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
---
M util/crossgcc/buildgcc
R util/crossgcc/patches/binutils-2.33.1_as-ipxe.patch
R util/crossgcc/patches/binutils-2.33.1_mips-gold.patch
R util/crossgcc/patches/binutils-2.33.1_no-bfd-doc.patch
D util/crossgcc/sum/binutils-2.32.tar.xz.cksum
A util/crossgcc/sum/binutils-2.33.1.tar.xz.cksum
6 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/util/crossgcc/buildgcc b/util/crossgcc/buildgcc
index 0ce8f20..b5a0845 100755
--- a/util/crossgcc/buildgcc
+++ b/util/crossgcc/buildgcc
@@ -52,7 +52,7 @@
MPC_VERSION=1.1.0
GCC_VERSION=8.3.0
GCC_AUTOCONF_VERSION=2.69
-BINUTILS_VERSION=2.32
+BINUTILS_VERSION=2.33.1
GDB_VERSION=8.3
IASL_VERSION=20190703
PYTHON_VERSION=3.7.4
diff --git a/util/crossgcc/patches/binutils-2.32_as-ipxe.patch b/util/crossgcc/patches/binutils-2.33.1_as-ipxe.patch
similarity index 100%
rename from util/crossgcc/patches/binutils-2.32_as-ipxe.patch
rename to util/crossgcc/patches/binutils-2.33.1_as-ipxe.patch
diff --git a/util/crossgcc/patches/binutils-2.32_mips-gold.patch b/util/crossgcc/patches/binutils-2.33.1_mips-gold.patch
similarity index 100%
rename from util/crossgcc/patches/binutils-2.32_mips-gold.patch
rename to util/crossgcc/patches/binutils-2.33.1_mips-gold.patch
diff --git a/util/crossgcc/patches/binutils-2.32_no-bfd-doc.patch b/util/crossgcc/patches/binutils-2.33.1_no-bfd-doc.patch
similarity index 100%
rename from util/crossgcc/patches/binutils-2.32_no-bfd-doc.patch
rename to util/crossgcc/patches/binutils-2.33.1_no-bfd-doc.patch
diff --git a/util/crossgcc/sum/binutils-2.32.tar.xz.cksum b/util/crossgcc/sum/binutils-2.32.tar.xz.cksum
deleted file mode 100644
index bdb84aa..0000000
--- a/util/crossgcc/sum/binutils-2.32.tar.xz.cksum
+++ /dev/null
@@ -1 +0,0 @@
-cd45a512af1c8a508976c1beb4f5825b3bb89f4d tarballs/binutils-2.32.tar.xz
diff --git a/util/crossgcc/sum/binutils-2.33.1.tar.xz.cksum b/util/crossgcc/sum/binutils-2.33.1.tar.xz.cksum
new file mode 100644
index 0000000..3a2f076
--- /dev/null
+++ b/util/crossgcc/sum/binutils-2.33.1.tar.xz.cksum
@@ -0,0 +1 @@
+06598868f5fa8efc98427dcb790d42c664f1a1a4 tarballs/binutils-2.33.1.tar.xz

To view, visit change 36013. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I3bb6055383aa72153fffc70adc9cc446e5a0612e
Gerrit-Change-Number: 36013
Gerrit-PatchSet: 5
Gerrit-Owner: HAOUAS Elyes <ehaouas@noos.fr>
Gerrit-Reviewer: HAOUAS Elyes <ehaouas@noos.fr>
Gerrit-Reviewer: Patrick Georgi <pgeorgi@google.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply@coreboot.org>
Gerrit-CC: Paul Menzel <paulepanter@users.sourceforge.net>
Gerrit-MessageType: merged