aboutsummaryrefslogtreecommitdiff
path: root/util/crossgcc/patches/binutils-2.35_mips-gold.patch
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/patches/binutils-2.35_mips-gold.patch
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/patches/binutils-2.35_mips-gold.patch')
-rw-r--r--util/crossgcc/patches/binutils-2.35_mips-gold.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/util/crossgcc/patches/binutils-2.35_mips-gold.patch b/util/crossgcc/patches/binutils-2.35_mips-gold.patch
new file mode 100644
index 0000000000..722367c3d6
--- /dev/null
+++ b/util/crossgcc/patches/binutils-2.35_mips-gold.patch
@@ -0,0 +1,11 @@
+diff -urN binutils-2.32.orig/gold/configure.tgt binutils-2.32/gold/configure.tgt
+--- binutils-2.32.orig/gold/configure.tgt
++++ binutils-2.32/gold/configure.tgt
+@@ -157,6 +157,7 @@
+ targ_obj=mips
+ targ_machine=EM_MIPS_RS3_LE
+ targ_size=32
++ targ_extra_size=64
+ targ_big_endian=false
+ targ_extra_big_endian=true
+ ;;