diff --git a/build-devkit.sh b/build-devkit.sh index ccf4404..a088840 100755 --- a/build-devkit.sh +++ b/build-devkit.sh @@ -181,7 +181,7 @@ fi patchdir=$(pwd)/$basedir/patches scriptdir=$(pwd)/$basedir/scripts -archives="binutils-${BINUTILS_VER}.tar.xz gcc-${GCC_VER}.tar.xz newlib-${NEWLIB_VER}.tar.gz gdb-${GDB_VER}.tar.xz" +archives="binutils-${BINUTILS_VER}.tar.xz gcc-${GCC_VER}.tar.xz newlib-${NEWLIB_VER}.tar.gz" if [ $VERSION -eq 1 ]; then @@ -217,7 +217,6 @@ cd $BUILDDIR extract_and_patch binutils $BINUTILS_VER xz extract_and_patch gcc $GCC_VER xz extract_and_patch newlib $NEWLIB_VER gz -extract_and_patch gdb $GDB_VER xz if [ $VERSION -eq 2 ]; then extract_and_patch binutils $MN_BINUTILS_VER bz2; fi