We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c9c332 commit afcea22Copy full SHA for afcea22
1 file changed
build-devkit.sh
@@ -201,7 +201,7 @@ fi
201
patchdir=$(pwd)/$basedir/patches
202
scriptdir=$(pwd)/$basedir/scripts
203
204
-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"
205
206
if [ $VERSION -eq 1 ]; then
207
@@ -255,7 +255,7 @@ cd $BUILDDIR
255
extract_and_patch binutils $BINUTILS_VER bz2
256
extract_and_patch gcc $GCC_VER bz2
257
extract_and_patch newlib $NEWLIB_VER gz
258
-extract_and_patch gdb $GDB_VER bz2
+extract_and_patch gdb $GDB_VER xz
259
260
if [ $VERSION -eq 2 ]; then
261
extract_and_patch binutils $MN_BINUTILS_VER bz2
0 commit comments