update patches and versions for next devkitARM & devkitPPC

This commit is contained in:
Dave Murphy
2010-03-21 11:02:48 +00:00
parent 2a85c05bb1
commit 6ae0ea07c0
7 changed files with 891 additions and 39 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 28" \
--with-bugurl="http://wiki.devkitpro.org/index.php/Bug_Reports" --with-pkgversion="devkitARM release 29" \
|| { echo "Error configuring gcc"; exit 1; }
touch configured-gcc
fi