first pass at gcc 4.5.0 patches for devkitPPC & devkitARM

This commit is contained in:
Dave Murphy
2010-06-07 22:40:32 +00:00
parent 94556fbdfb
commit ba9a6bed43
5 changed files with 422 additions and 7 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 30" \
--with-bugurl="http://wiki.devkitpro.org/index.php/Bug_Reports" --with-pkgversion="devkitARM release 31" \
|| { echo "Error configuring gcc"; exit 1; }
touch configured-gcc
fi