mirror of
https://github.com/devkitPro/buildscripts.git
synced 2026-04-21 01:47:21 -05:00
use .tar.xz for gdb
This commit is contained in:
parent
0c9c332716
commit
afcea227f7
|
|
@ -201,7 +201,7 @@ fi
|
|||
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
|
||||
|
||||
|
|
@ -255,7 +255,7 @@ cd $BUILDDIR
|
|||
extract_and_patch binutils $BINUTILS_VER bz2
|
||||
extract_and_patch gcc $GCC_VER bz2
|
||||
extract_and_patch newlib $NEWLIB_VER gz
|
||||
extract_and_patch gdb $GDB_VER bz2
|
||||
extract_and_patch gdb $GDB_VER xz
|
||||
|
||||
if [ $VERSION -eq 2 ]; then
|
||||
extract_and_patch binutils $MN_BINUTILS_VER bz2
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user