diff options
author | Stefan Reinauer <stefan.reinauer@coreboot.org> | 2016-04-21 18:10:15 -0700 |
---|---|---|
committer | Stefan Reinauer <stefan.reinauer@coreboot.org> | 2016-05-04 20:21:29 +0200 |
commit | 498f3d0cd59d3c3e6ff2ef43f24e205b249556f8 (patch) | |
tree | a32088167d3997503867b463bf4454d5463f1c9e /util/crossgcc/buildgcc | |
parent | ae8e3a0bbb1d028e9d18572304ec93e1495976f5 (diff) |
buildgcc: Update gdb and expat
Update gdb to 7.11 and expat to 2.1.1
riscv64-elf is still broken.
Change-Id: Id7605f4274fcb15f9c3e366f5c492328f70f7956
Signed-off-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Reviewed-on: https://review.coreboot.org/14461
Tested-by: build bot (Jenkins)
Reviewed-by: Idwer Vollering <vidwer@gmail.com>
Diffstat (limited to 'util/crossgcc/buildgcc')
-rwxr-xr-x | util/crossgcc/buildgcc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/util/crossgcc/buildgcc b/util/crossgcc/buildgcc index 316e539547..fac1bb7dfc 100755 --- a/util/crossgcc/buildgcc +++ b/util/crossgcc/buildgcc @@ -39,10 +39,10 @@ LIBELF_VERSION=0.8.13 GCC_VERSION=5.3.0 GCC_AUTOCONF_VERSION=2.69 BINUTILS_VERSION=2.26 -GDB_VERSION=7.9.1 +GDB_VERSION=7.11 IASL_VERSION=20160318 PYTHON_VERSION=3.4.3 -EXPAT_VERSION=2.1.0 +EXPAT_VERSION=2.1.1 # CLANG version number CLANG_VERSION=3.8.0 MAKE_VERSION=4.1 @@ -60,7 +60,7 @@ BINUTILS_ARCHIVE="http://ftpmirror.gnu.org/binutils/binutils-${BINUTILS_VERSION} 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" -EXPAT_ARCHIVE="http://downloads.sourceforge.net/sourceforge/expat/expat-${EXPAT_VERSION}.tar.gz" +EXPAT_ARCHIVE="http://downloads.sourceforge.net/sourceforge/expat/expat-${EXPAT_VERSION}.tar.bz2" # CLANG toolchain archive locations LLVM_ARCHIVE="http://llvm.org/releases/${CLANG_VERSION}/llvm-${CLANG_VERSION}.src.tar.xz" CFE_ARCHIVE="http://llvm.org/releases/${CLANG_VERSION}/cfe-${CLANG_VERSION}.src.tar.xz" |