mirror of
https://github.com/devkitPro/buildscripts.git
synced 2026-03-22 10:04:31 -05:00
use xz for gdb
This commit is contained in:
parent
1f3b6c97aa
commit
138aa4cb17
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user