From 776b5ba017dfbe2df363381b7c58aad12518c805 Mon Sep 17 00:00:00 2001 From: Iru Cai Date: Fri, 28 Jul 2017 21:40:34 +0800 Subject: buildgcc: Update binutils to 2.29.1 Also change the tarball from .tar.bz2 to .tar.xz. Change-Id: I25134dbadf07a2f0cb356c8ac8f2c612a957d176 Signed-off-by: Iru Cai Reviewed-on: https://review.coreboot.org/20806 Tested-by: build bot (Jenkins) Reviewed-by: Martin Roth --- util/crossgcc/patches/binutils-2.29.1_mips-gold.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 util/crossgcc/patches/binutils-2.29.1_mips-gold.patch (limited to 'util/crossgcc/patches/binutils-2.29.1_mips-gold.patch') diff --git a/util/crossgcc/patches/binutils-2.29.1_mips-gold.patch b/util/crossgcc/patches/binutils-2.29.1_mips-gold.patch new file mode 100644 index 0000000000..d9a40210ff --- /dev/null +++ b/util/crossgcc/patches/binutils-2.29.1_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 + ;; -- cgit v1.2.3