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

@ -1,7 +1,7 @@
#!/bin/bash
#---------------------------------------------------------------------------------
# Build scripts for
# devkitARM release 35
# devkitARM release 36
# devkitPPC release 24
# devkitPSP release 15
#---------------------------------------------------------------------------------
@ -100,7 +100,7 @@ done
case "$VERSION" in
"1" )
GCC_VER=4.6.1
BINUTILS_VER=2.21
BINUTILS_VER=2.21.1
NEWLIB_VER=1.19.0
GDB_VER=7.2
basedir='dkarm-eabi'

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