bump devkitARM version (binutils change, new grit)

This commit is contained in:
Dave Murphy
2011-09-13 12:29:27 +00:00
parent 4d41c78ce2
commit 58b847f89d

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 34" \
--with-bugurl="http://wiki.devkitpro.org/index.php/Bug_Reports" --with-pkgversion="devkitARM release 35" \
|| { echo "Error configuring gcc"; exit 1; }
touch configured-gcc
fi