updates for devkitARM release 36

This commit is contained in:
Dave Murphy
2011-10-15 15:23:07 +00:00
parent 8076dad7ef
commit bd551d802f
2 changed files with 3 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 35" \
--with-bugurl="http://wiki.devkitpro.org/index.php/Bug_Reports" --with-pkgversion="devkitARM release 36" \
|| { echo "Error configuring gcc"; exit 1; }
touch configured-gcc
fi