aboutsummaryrefslogtreecommitdiff
path: root/util/crossgcc/patches/binutils-2.30_mips-gold.patch
diff options
context:
space:
mode:
authorPatrick Georgi <pgeorgi@chromium.org>2018-05-02 17:13:34 +0200
committerNico Huber <nico.h@gmx.de>2018-06-28 13:38:13 +0000
commitb1d26f0e9261ec4070e8561406853fe5bddeb27c (patch)
tree7c175eeae95536bb8e46963a2fcecc326edf1379 /util/crossgcc/patches/binutils-2.30_mips-gold.patch
parent1ce225b5a39d81e49f04497ce23ebb672b57eb6a (diff)
util/crossgcc: update to gcc 8.1.0 and binutils 2.30
Also update patches as necessary. Change-Id: I1e8074954d5d7a4eff590abb7439e9be7d3762aa Signed-off-by: Patrick Georgi <pgeorgi@chromium.org> Reviewed-on: https://review.coreboot.org/25997 Reviewed-by: Nico Huber <nico.h@gmx.de> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'util/crossgcc/patches/binutils-2.30_mips-gold.patch')
-rw-r--r--util/crossgcc/patches/binutils-2.30_mips-gold.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/util/crossgcc/patches/binutils-2.30_mips-gold.patch b/util/crossgcc/patches/binutils-2.30_mips-gold.patch
new file mode 100644
index 0000000000..d9a40210ff
--- /dev/null
+++ b/util/crossgcc/patches/binutils-2.30_mips-gold.patch
@@ -0,0 +1,11 @@
+diff -urN binutils-2.27.orig/gold/configure.tgt binutils-2.27/gold/configure.tgt
+--- binutils-2.27.orig/gold/configure.tgt 2016-08-03 15:36:53.000000000 +0800
++++ binutils-2.27/gold/configure.tgt 2016-10-29 19:28:56.140587026 +0800
+@@ -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
+ ;;