HAOUAS Elyes has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/31217
Change subject: crossgcc: Update binutils to version 2.32 ......................................................................
crossgcc: Update binutils to version 2.32
Change-Id: I943863587dff6db72d12673bc30ea46f4fd4b66f Signed-off-by: Elyes HAOUAS ehaouas@noos.fr --- M util/crossgcc/buildgcc D util/crossgcc/patches/binutils-2.31.1_mips-gold.patch D util/crossgcc/patches/binutils-2.31.1_no-bfd-doc.patch A util/crossgcc/patches/binutils-2.32_mips-gold.patch A util/crossgcc/patches/binutils-2.32_no-bfd-doc.patch D util/crossgcc/sum/binutils-2.31.1.tar.xz.cksum A util/crossgcc/sum/binutils-2.32.tar.xz.cksum 7 files changed, 25 insertions(+), 25 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/17/31217/1
diff --git a/util/crossgcc/buildgcc b/util/crossgcc/buildgcc index 4c25629..019b011 100755 --- a/util/crossgcc/buildgcc +++ b/util/crossgcc/buildgcc @@ -52,7 +52,7 @@ MPC_VERSION=1.1.0 GCC_VERSION=8.2.0 GCC_AUTOCONF_VERSION=2.69 -BINUTILS_VERSION=2.31.1 +BINUTILS_VERSION=2.32 GDB_VERSION=8.2.1 IASL_VERSION=20190108 PYTHON_VERSION=3.7.2 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 d9a4021..0000000 --- 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.31.1_no-bfd-doc.patch b/util/crossgcc/patches/binutils-2.31.1_no-bfd-doc.patch deleted file mode 100644 index 98707d4..0000000 --- a/util/crossgcc/patches/binutils-2.31.1_no-bfd-doc.patch +++ /dev/null @@ -1,12 +0,0 @@ -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 -@@ -459,7 +459,7 @@ - ACLOCAL_AMFLAGS = -I . -I .. -I ../config - INCDIR = $(srcdir)/../include - CSEARCH = -I. -I$(srcdir) -I$(INCDIR) --SUBDIRS = doc po -+SUBDIRS = po - bfddocdir = doc - libbfd_la_LDFLAGS = $(am__append_1) -release `cat libtool-soversion` \ - @SHARED_LDFLAGS@ $(am__empty) 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 0000000..722367c --- /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.32_no-bfd-doc.patch b/util/crossgcc/patches/binutils-2.32_no-bfd-doc.patch new file mode 100644 index 0000000..7e4bb3f --- /dev/null +++ b/util/crossgcc/patches/binutils-2.32_no-bfd-doc.patch @@ -0,0 +1,12 @@ +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 + CSEARCH = -I. -I$(srcdir) -I$(INCDIR) +-SUBDIRS = doc po ++SUBDIRS = po + bfddocdir = doc + libbfd_la_LDFLAGS = $(am__append_1) -release `cat libtool-soversion` \ + @SHARED_LDFLAGS@ $(am__empty) diff --git a/util/crossgcc/sum/binutils-2.31.1.tar.xz.cksum b/util/crossgcc/sum/binutils-2.31.1.tar.xz.cksum deleted file mode 100644 index 6a26c8f..0000000 --- a/util/crossgcc/sum/binutils-2.31.1.tar.xz.cksum +++ /dev/null @@ -1 +0,0 @@ -3b031410897fe224412f3a6a1b052402d2fbcc6a tarballs/binutils-2.31.1.tar.xz diff --git a/util/crossgcc/sum/binutils-2.32.tar.xz.cksum b/util/crossgcc/sum/binutils-2.32.tar.xz.cksum new file mode 100644 index 0000000..bdb84aa --- /dev/null +++ b/util/crossgcc/sum/binutils-2.32.tar.xz.cksum @@ -0,0 +1 @@ +cd45a512af1c8a508976c1beb4f5825b3bb89f4d tarballs/binutils-2.32.tar.xz
Paul Menzel has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/31217 )
Change subject: crossgcc: Update binutils to version 2.32 ......................................................................
Patch Set 1: Code-Review+1
Patrick Georgi has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/31217 )
Change subject: crossgcc: Update binutils to version 2.32 ......................................................................
Patch Set 1: Code-Review+2
Patrick Georgi has submitted this change and it was merged. ( https://review.coreboot.org/c/coreboot/+/31217 )
Change subject: crossgcc: Update binutils to version 2.32 ......................................................................
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 --- M util/crossgcc/buildgcc D util/crossgcc/patches/binutils-2.31.1_mips-gold.patch D util/crossgcc/patches/binutils-2.31.1_no-bfd-doc.patch A util/crossgcc/patches/binutils-2.32_mips-gold.patch A util/crossgcc/patches/binutils-2.32_no-bfd-doc.patch D util/crossgcc/sum/binutils-2.31.1.tar.xz.cksum A util/crossgcc/sum/binutils-2.32.tar.xz.cksum 7 files changed, 25 insertions(+), 25 deletions(-)
Approvals: build bot (Jenkins): Verified Patrick Georgi: Looks good to me, approved Paul Menzel: Looks good to me, but someone else must approve
diff --git a/util/crossgcc/buildgcc b/util/crossgcc/buildgcc index 4c25629..019b011 100755 --- a/util/crossgcc/buildgcc +++ b/util/crossgcc/buildgcc @@ -52,7 +52,7 @@ MPC_VERSION=1.1.0 GCC_VERSION=8.2.0 GCC_AUTOCONF_VERSION=2.69 -BINUTILS_VERSION=2.31.1 +BINUTILS_VERSION=2.32 GDB_VERSION=8.2.1 IASL_VERSION=20190108 PYTHON_VERSION=3.7.2 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 d9a4021..0000000 --- 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.31.1_no-bfd-doc.patch b/util/crossgcc/patches/binutils-2.31.1_no-bfd-doc.patch deleted file mode 100644 index 98707d4..0000000 --- a/util/crossgcc/patches/binutils-2.31.1_no-bfd-doc.patch +++ /dev/null @@ -1,12 +0,0 @@ -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 -@@ -459,7 +459,7 @@ - ACLOCAL_AMFLAGS = -I . -I .. -I ../config - INCDIR = $(srcdir)/../include - CSEARCH = -I. -I$(srcdir) -I$(INCDIR) --SUBDIRS = doc po -+SUBDIRS = po - bfddocdir = doc - libbfd_la_LDFLAGS = $(am__append_1) -release `cat libtool-soversion` \ - @SHARED_LDFLAGS@ $(am__empty) 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 0000000..722367c --- /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.32_no-bfd-doc.patch b/util/crossgcc/patches/binutils-2.32_no-bfd-doc.patch new file mode 100644 index 0000000..7e4bb3f --- /dev/null +++ b/util/crossgcc/patches/binutils-2.32_no-bfd-doc.patch @@ -0,0 +1,12 @@ +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 + CSEARCH = -I. -I$(srcdir) -I$(INCDIR) +-SUBDIRS = doc po ++SUBDIRS = po + bfddocdir = doc + libbfd_la_LDFLAGS = $(am__append_1) -release `cat libtool-soversion` \ + @SHARED_LDFLAGS@ $(am__empty) diff --git a/util/crossgcc/sum/binutils-2.31.1.tar.xz.cksum b/util/crossgcc/sum/binutils-2.31.1.tar.xz.cksum deleted file mode 100644 index 6a26c8f..0000000 --- a/util/crossgcc/sum/binutils-2.31.1.tar.xz.cksum +++ /dev/null @@ -1 +0,0 @@ -3b031410897fe224412f3a6a1b052402d2fbcc6a tarballs/binutils-2.31.1.tar.xz diff --git a/util/crossgcc/sum/binutils-2.32.tar.xz.cksum b/util/crossgcc/sum/binutils-2.32.tar.xz.cksum new file mode 100644 index 0000000..bdb84aa --- /dev/null +++ b/util/crossgcc/sum/binutils-2.32.tar.xz.cksum @@ -0,0 +1 @@ +cd45a512af1c8a508976c1beb4f5825b3bb89f4d tarballs/binutils-2.32.tar.xz