updates for devkitARM r32

This commit is contained in:
Dave Murphy 2010-08-23 15:02:13 +00:00
parent e2e2bba84a
commit 82b3fb6d85
3 changed files with 2 additions and 2 deletions

View File

@ -99,7 +99,7 @@ done
case "$VERSION" in
"1" )
GCC_VER=4.5.0
GCC_VER=4.5.1
BINUTILS_VER=2.20.1
NEWLIB_VER=1.18.0
GDB_VER=7.1

View File

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