diff options
author | Iru Cai <mytbk920423@gmail.com> | 2017-07-28 21:40:34 +0800 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2017-10-16 13:57:37 +0000 |
commit | 776b5ba017dfbe2df363381b7c58aad12518c805 (patch) | |
tree | 666e88fbfc0eba6d34c5e132041082f5e1314b59 /util/crossgcc/buildgcc | |
parent | 4cde9a752aca6aa75c6e028d301b276a53c2a472 (diff) |
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 <mytbk920423@gmail.com>
Reviewed-on: https://review.coreboot.org/20806
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Martin Roth <martinroth@google.com>
Diffstat (limited to 'util/crossgcc/buildgcc')
-rwxr-xr-x | util/crossgcc/buildgcc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/util/crossgcc/buildgcc b/util/crossgcc/buildgcc index 78a10301e5..2f8a9f43ef 100755 --- a/util/crossgcc/buildgcc +++ b/util/crossgcc/buildgcc @@ -18,8 +18,8 @@ cd $(dirname $0) -CROSSGCC_DATE="October 11th, 2017" -CROSSGCC_VERSION="1.49" +CROSSGCC_DATE="October 15th, 2017" +CROSSGCC_VERSION="1.50" CROSSGCC_COMMIT=$( git describe ) # default settings @@ -41,7 +41,7 @@ MPC_VERSION=1.0.3 LIBELF_VERSION=0.170 GCC_VERSION=6.3.0 GCC_AUTOCONF_VERSION=2.69 -BINUTILS_VERSION=2.28 +BINUTILS_VERSION=2.29.1 GDB_VERSION=8.0 IASL_VERSION=20161222 PYTHON_VERSION=3.5.1 @@ -60,7 +60,7 @@ MPFR_ARCHIVE="https://ftpmirror.gnu.org/mpfr/mpfr-${MPFR_VERSION}.tar.xz" MPC_ARCHIVE="https://ftpmirror.gnu.org/mpc/mpc-${MPC_VERSION}.tar.gz" LIBELF_ARCHIVE="https://sourceware.org/elfutils/ftp/${LIBELF_VERSION}/elfutils-${LIBELF_VERSION}.tar.bz2" GCC_ARCHIVE="https://ftpmirror.gnu.org/gcc/gcc-${GCC_VERSION}/gcc-${GCC_VERSION}.tar.bz2" -BINUTILS_ARCHIVE="https://ftpmirror.gnu.org/binutils/binutils-${BINUTILS_VERSION}.tar.bz2" +BINUTILS_ARCHIVE="https://ftpmirror.gnu.org/binutils/binutils-${BINUTILS_VERSION}.tar.xz" GDB_ARCHIVE="https://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="https://www.python.org/ftp/python/${PYTHON_VERSION}/Python-${PYTHON_VERSION}.tar.xz" |