Iru Cai has uploaded this change for review.

View Change

buildgcc: update binutils to 2.29

Also change the tarball from .tar.bz to .tar.xz.

Change-Id: I25134dbadf07a2f0cb356c8ac8f2c612a957d176
Signed-off-by: Iru Cai <mytbk920423@gmail.com>
---
M util/crossgcc/buildgcc
R util/crossgcc/patches/binutils-2.29_mips-gold.patch
R util/crossgcc/patches/binutils-2.29_no-bfd-doc.patch
D util/crossgcc/sum/binutils-2.28.tar.bz2.cksum
A util/crossgcc/sum/binutils-2.29.tar.xz.cksum
5 files changed, 3 insertions(+), 3 deletions(-)

git pull ssh://review.coreboot.org:29418/coreboot refs/changes/06/20806/1
diff --git a/util/crossgcc/buildgcc b/util/crossgcc/buildgcc
index fc44ff3..1949887 100755
--- a/util/crossgcc/buildgcc
+++ b/util/crossgcc/buildgcc
@@ -41,7 +41,7 @@
LIBELF_VERSION=0.8.13
GCC_VERSION=6.3.0
GCC_AUTOCONF_VERSION=2.69
-BINUTILS_VERSION=2.28
+BINUTILS_VERSION=2.29
GDB_VERSION=7.12
IASL_VERSION=20161222
PYTHON_VERSION=3.5.1
@@ -60,7 +60,7 @@
MPC_ARCHIVE="http://ftpmirror.gnu.org/mpc/mpc-${MPC_VERSION}.tar.gz"
LIBELF_ARCHIVE="http://www.mr511.de/software/libelf-${LIBELF_VERSION}.tar.gz"
GCC_ARCHIVE="http://ftpmirror.gnu.org/gcc/gcc-${GCC_VERSION}/gcc-${GCC_VERSION}.tar.bz2"
-BINUTILS_ARCHIVE="http://ftpmirror.gnu.org/binutils/binutils-${BINUTILS_VERSION}.tar.bz2"
+BINUTILS_ARCHIVE="http://ftpmirror.gnu.org/binutils/binutils-${BINUTILS_VERSION}.tar.xz"
GDB_ARCHIVE="http://ftpmirror.gnu.org/gdb/gdb-${GDB_VERSION}.tar.xz"
IASL_ARCHIVE="https://acpica.org/sites/acpica/files/acpica-unix2-${IASL_VERSION}.tar.gz"
PYTHON_ARCHIVE="http://www.python.org/ftp/python/${PYTHON_VERSION}/Python-${PYTHON_VERSION}.tar.xz"
diff --git a/util/crossgcc/patches/binutils-2.28_mips-gold.patch b/util/crossgcc/patches/binutils-2.29_mips-gold.patch
similarity index 100%
rename from util/crossgcc/patches/binutils-2.28_mips-gold.patch
rename to util/crossgcc/patches/binutils-2.29_mips-gold.patch
diff --git a/util/crossgcc/patches/binutils-2.28_no-bfd-doc.patch b/util/crossgcc/patches/binutils-2.29_no-bfd-doc.patch
similarity index 100%
rename from util/crossgcc/patches/binutils-2.28_no-bfd-doc.patch
rename to util/crossgcc/patches/binutils-2.29_no-bfd-doc.patch
diff --git a/util/crossgcc/sum/binutils-2.28.tar.bz2.cksum b/util/crossgcc/sum/binutils-2.28.tar.bz2.cksum
deleted file mode 100644
index 5acbd6f..0000000
--- a/util/crossgcc/sum/binutils-2.28.tar.bz2.cksum
+++ /dev/null
@@ -1 +0,0 @@
-f8b033731f6baa437d429c60e2623570f1ef9d6b tarballs/binutils-2.28.tar.bz2
diff --git a/util/crossgcc/sum/binutils-2.29.tar.xz.cksum b/util/crossgcc/sum/binutils-2.29.tar.xz.cksum
new file mode 100644
index 0000000..babf240
--- /dev/null
+++ b/util/crossgcc/sum/binutils-2.29.tar.xz.cksum
@@ -0,0 +1 @@
+47817089b3867baf307365004c51677174a27000 tarballs/binutils-2.29.tar.xz

To view, visit change 20806. To unsubscribe, visit settings.

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I25134dbadf07a2f0cb356c8ac8f2c612a957d176
Gerrit-Change-Number: 20806
Gerrit-PatchSet: 1
Gerrit-Owner: Iru Cai <mytbk920423@gmail.com>