Merge branch 'master' of ssh://devkitpro.git.sourceforge.net/gitroot/devkitpro/buildscripts into cross-build

This commit is contained in:
Dave Murphy 2012-04-01 16:53:43 +01:00
commit 1b001fff61
2 changed files with 4 additions and 0 deletions

View File

@ -217,6 +217,7 @@ cd $BUILDDIR
extract_and_patch binutils $BINUTILS_VER bz2
extract_and_patch gcc $GCC_VER bz2
rm -fr gcc-$GCC_VER/zlib
extract_and_patch newlib $NEWLIB_VER gz
extract_and_patch gdb $GDB_VER bz2

View File

@ -1,5 +1,8 @@
#!/bin/sh
export DEVKITPRO=$TOOLPATH
export DEVKITARM=$DEVKITPRO/devkitARM
#---------------------------------------------------------------------------------
# copy base rulesets
#---------------------------------------------------------------------------------