aboutsummaryrefslogtreecommitdiff
path: root/util/crossgcc/buildgcc
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2020-02-01 14:56:45 +0100
committerPatrick Georgi <pgeorgi@google.com>2020-08-17 07:05:11 +0000
commita15a7a5c13b1b51215dbe42fb5c8304fc2fee834 (patch)
tree4a6f8f777bb537d4bbf164ccf0f473d5918451f4 /util/crossgcc/buildgcc
parent150c43833490a158be8545489f3b37344a5ece15 (diff)
crossgcc: Upgrade binutils to version 2.35
Using "MAKEINFO = @MAKEINFO@", it fails to compile, so binutils-2.35_no-makeinfo.patch will change that to "MAKEINFO = true" Change-Id: I0ad01e5da34c96fee6a9b1a63897a9fb28471c75 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/38666 Reviewed-by: Christian Walter <christian.walter@9elements.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'util/crossgcc/buildgcc')
-rwxr-xr-xutil/crossgcc/buildgcc2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/crossgcc/buildgcc b/util/crossgcc/buildgcc
index 9eecb5120d..149beb4a69 100755
--- a/util/crossgcc/buildgcc
+++ b/util/crossgcc/buildgcc
@@ -38,7 +38,7 @@ MPFR_VERSION=4.1.0
MPC_VERSION=1.1.0
GCC_VERSION=8.3.0
GCC_AUTOCONF_VERSION=2.69
-BINUTILS_VERSION=2.33.1
+BINUTILS_VERSION=2.35
GDB_VERSION=9.2
IASL_VERSION=20200528
PYTHON_VERSION=3.8.1