From 55e002c9dcdcee2d93cbe2d0f5c7b05bb110c3ad Mon Sep 17 00:00:00 2001 From: Dave Murphy Date: Sun, 5 Mar 2017 20:35:03 +0000 Subject: [PATCH] add general tools to devkitA64 --- build-devkit.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/build-devkit.sh b/build-devkit.sh index 9af4b26..71633f8 100755 --- a/build-devkit.sh +++ b/build-devkit.sh @@ -221,6 +221,12 @@ if [ $VERSION -eq 2 ]; then archives="binutils-${MN_BINUTILS_VER}.tar.bz2 $archives" fi +if [ $VERSION -eq 3 ]; then + + hostarchives="general-tools-$GENERAL_TOOLS_VER.tar.bz2" + +fi + if [ ! -z "$BUILD_DKPRO_SRCDIR" ] ; then SRCDIR="$BUILD_DKPRO_SRCDIR"