updates for devkitARM release 37

This commit is contained in:
Dave Murphy
2011-11-06 21:13:05 +00:00
parent 0365b07627
commit be3a230b3a
3 changed files with 167 additions and 3 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 36" \
--with-bugurl="http://wiki.devkitpro.org/index.php/Bug_Reports" --with-pkgversion="devkitARM release 37" \
|| { echo "Error configuring gcc"; exit 1; }
touch configured-gcc
fi