diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2019-02-03 15:22:31 +0100 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2019-02-15 17:16:11 +0000 |
commit | 7340a499fb4ba37a4b58df7f949b1d6279c05742 (patch) | |
tree | 78fa7f0a11d1bda2689402af60815175cc37bb31 /util/crossgcc/patches | |
parent | fe1b40b1ddbdb1ca2fdc4d66d4c3a1d7c758b76a (diff) | |
download | coreboot-7340a499fb4ba37a4b58df7f949b1d6279c05742.tar.xz |
crossgcc: Update binutils to version 2.32
Change-Id: I943863587dff6db72d12673bc30ea46f4fd4b66f
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/31217
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Diffstat (limited to 'util/crossgcc/patches')
-rw-r--r-- | util/crossgcc/patches/binutils-2.31.1_mips-gold.patch | 11 | ||||
-rw-r--r-- | util/crossgcc/patches/binutils-2.32_mips-gold.patch | 11 | ||||
-rw-r--r-- | util/crossgcc/patches/binutils-2.32_no-bfd-doc.patch (renamed from util/crossgcc/patches/binutils-2.31.1_no-bfd-doc.patch) | 6 |
3 files changed, 14 insertions, 14 deletions
diff --git a/util/crossgcc/patches/binutils-2.31.1_mips-gold.patch b/util/crossgcc/patches/binutils-2.31.1_mips-gold.patch deleted file mode 100644 index d9a40210ff..0000000000 --- a/util/crossgcc/patches/binutils-2.31.1_mips-gold.patch +++ /dev/null @@ -1,11 +0,0 @@ -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 - ;; diff --git a/util/crossgcc/patches/binutils-2.32_mips-gold.patch b/util/crossgcc/patches/binutils-2.32_mips-gold.patch new file mode 100644 index 0000000000..722367c3d6 --- /dev/null +++ b/util/crossgcc/patches/binutils-2.32_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 + ;; diff --git a/util/crossgcc/patches/binutils-2.31.1_no-bfd-doc.patch b/util/crossgcc/patches/binutils-2.32_no-bfd-doc.patch index 98707d444d..7e4bb3f5fd 100644 --- a/util/crossgcc/patches/binutils-2.31.1_no-bfd-doc.patch +++ b/util/crossgcc/patches/binutils-2.32_no-bfd-doc.patch @@ -1,6 +1,6 @@ -diff -ur binutils-2.26.1/bfd/Makefile.in binutils-2.26.1.patched/bfd/Makefile.in ---- binutils-2.26.1/bfd/Makefile.in 2015-11-13 16:27:40.000000000 +0800 -+++ binutils-2.27/bfd/Makefile.in 2016-04-02 11:05:43.398422394 +0800 +diff -ur binutils-2.32/bfd/Makefile.in binutils-2.32.patched/bfd/Makefile.in +--- binutils-2.32/bfd/Makefile.in ++++ binutils-2.32.patched/bfd/Makefile.in @@ -459,7 +459,7 @@ ACLOCAL_AMFLAGS = -I . -I .. -I ../config INCDIR = $(srcdir)/../include |