add default arm7 core download & build

This commit is contained in:
Dave Murphy
2008-04-14 06:06:18 +00:00
parent f6b772f1f2
commit b81239a53a
3 changed files with 58 additions and 37 deletions

View File

@@ -48,6 +48,11 @@ cd $DSWIFI_SRCDIR
$MAKE install INSTALLDIR=$TOOLPATH
cd $BUILDSCRIPTDIR
echo "building default arm7 ..."
cd $DEFAULT_ARM7_SRCDIR
$MAKE install INSTALLDIR=$TOOLPATH
cd $BUILDSCRIPTDIR
echo "building libmirko ..."
cd $LIBMIRKO_SRCDIR
$MAKE install INSTALLDIR=$TOOLPATH

View File

@@ -53,8 +53,7 @@ then
--target=$target \
--with-newlib \
--prefix=$prefix\
--with-bugurl="http://wiki.devkitpro.org/index.php/Bug_Reports" --with-pkgversion="devkitARM release 22"
--with-bugurl="http://wiki.devkitpro.org/index.php/Bug_Reports" --with-pkgversion="devkitARM release 22" \
|| { echo "Error configuring gcc"; exit 1; }
touch configured-gcc
fi