From 0b31c7ab1c69567a98826abd8f5d542882b39e17 Mon Sep 17 00:00:00 2001 From: Dave Murphy Date: Fri, 24 Jul 2020 15:55:13 +0100 Subject: [PATCH] stop building gdb here --- build-devkit.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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