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

@@ -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