summaryrefslogtreecommitdiff
path: root/util/crossgcc/patches/binutils-2.37_mips-gold.patch
diff options
context:
space:
mode:
authorPatrick Georgi <pgeorgi@google.com>2021-05-10 23:33:00 +0200
committerPatrick Georgi <pgeorgi@google.com>2021-09-19 18:51:52 +0000
commitf28e368d583b0ee1b5297f4d4d0288a1b38f06e0 (patch)
treebc7b48120b9f91d7c389eb22840524f2feb42d93 /util/crossgcc/patches/binutils-2.37_mips-gold.patch
parente74b0b6a5e30cb940029dd9bb732485d3c139189 (diff)
util/crossgcc: Update binutils to 2.37
Change-Id: Ia68d4d9f836ad23fb8f6a7203a78b4ea40c7c43b Signed-off-by: Patrick Georgi <pgeorgi@google.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/54049 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Paul Menzel <paulepanter@mailbox.org> Reviewed-by: Nico Huber <nico.h@gmx.de>
Diffstat (limited to 'util/crossgcc/patches/binutils-2.37_mips-gold.patch')
-rw-r--r--util/crossgcc/patches/binutils-2.37_mips-gold.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/util/crossgcc/patches/binutils-2.37_mips-gold.patch b/util/crossgcc/patches/binutils-2.37_mips-gold.patch
new file mode 100644
index 0000000000..722367c3d6
--- /dev/null
+++ b/util/crossgcc/patches/binutils-2.37_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
+ ;;