updates for devkitARM r38

This commit is contained in:
Dave Murphy
2012-03-19 14:17:33 +00:00
parent f115dcaac9
commit 9e962b053d
2 changed files with 45 additions and 29 deletions

View File

@@ -76,7 +76,7 @@ then
--with-newlib \
--prefix=$prefix\
--enable-lto $plugin_ld\
--with-bugurl="http://wiki.devkitpro.org/index.php/Bug_Reports" --with-pkgversion="devkitARM release 37" \
--with-bugurl="http://wiki.devkitpro.org/index.php/Bug_Reports" --with-pkgversion="devkitARM release 38" \
|| { echo "Error configuring gcc"; exit 1; }
touch configured-gcc
fi