From 138aa4cb17f931f625bcedef5fbdf1f2a789cbfa Mon Sep 17 00:00:00 2001 From: Dave Murphy Date: Tue, 26 Jan 2016 15:11:34 +0000 Subject: [PATCH] use xz for gdb --- build-devkit.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-devkit.sh b/build-devkit.sh index 64827e1..fd1c155 100755 --- a/build-devkit.sh +++ b/build-devkit.sh @@ -189,7 +189,7 @@ DEVKITPRO_URL="http://downloads.sourceforge.net/devkitpro" patchdir=$(pwd)/$basedir/patches scriptdir=$(pwd)/$basedir/scripts -archives="binutils-${BINUTILS_VER}.tar.bz2 gcc-${GCC_VER}.tar.bz2 newlib-${NEWLIB_VER}.tar.gz gdb-${GDB_VER}.tar.bz2" +archives="binutils-${BINUTILS_VER}.tar.bz2 gcc-${GCC_VER}.tar.bz2 newlib-${NEWLIB_VER}.tar.gz gdb-${GDB_VER}.tar.xz" if [ $VERSION -eq 1 ]; then @@ -241,7 +241,7 @@ extract_and_patch binutils $BINUTILS_VER bz2 extract_and_patch gcc $GCC_VER bz2 rm -fr gcc-$GCC_VER/zlib extract_and_patch newlib $NEWLIB_VER gz -extract_and_patch gdb $GDB_VER bz2 +extract_and_patch gdb $GDB_VER xz for archive in $targetarchives do