add gcc 4.3.1 for devkitARM r24

This commit is contained in:
Dave Murphy
2008-07-30 17:12:23 +00:00
parent fd59f36e2e
commit 0471738b4a
3 changed files with 140 additions and 2 deletions

View File

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