update to gcc 4.3.5

This commit is contained in:
Dave Murphy
2010-06-04 11:34:25 +00:00
parent e028bb571a
commit a771f95d7d
3 changed files with 922 additions and 4990 deletions

View File

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