Skip to content

Commit afcea22

Browse files
committed
use .tar.xz for gdb
1 parent 0c9c332 commit afcea22

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

build-devkit.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ fi
201201
patchdir=$(pwd)/$basedir/patches
202202
scriptdir=$(pwd)/$basedir/scripts
203203

204-
archives="binutils-${BINUTILS_VER}.tar.bz2 gcc-${GCC_VER}.tar.bz2 newlib-${NEWLIB_VER}.tar.gz gdb-${GDB_VER}.tar.bz2"
204+
archives="binutils-${BINUTILS_VER}.tar.bz2 gcc-${GCC_VER}.tar.bz2 newlib-${NEWLIB_VER}.tar.gz gdb-${GDB_VER}.tar.xz"
205205

206206
if [ $VERSION -eq 1 ]; then
207207

@@ -255,7 +255,7 @@ cd $BUILDDIR
255255
extract_and_patch binutils $BINUTILS_VER bz2
256256
extract_and_patch gcc $GCC_VER bz2
257257
extract_and_patch newlib $NEWLIB_VER gz
258-
extract_and_patch gdb $GDB_VER bz2
258+
extract_and_patch gdb $GDB_VER xz
259259

260260
if [ $VERSION -eq 2 ]; then
261261
extract_and_patch binutils $MN_BINUTILS_VER bz2

0 commit comments

Comments
 (0)