changes for devkitARM release 41

This commit is contained in:
Dave Murphy
2012-06-18 12:44:30 +01:00
parent def31f974b
commit c9b0f0a993
7 changed files with 49 additions and 61 deletions

View File

@@ -18,13 +18,13 @@ done
case "$VERSION" in
"1" )
GCC_VER=4.7.0
GCC_VER=4.7.1
BINUTILS_VER=2.22
NEWLIB_VER=1.20.0
GDB_VER=7.4
GDB_VER=7.4.1
basedir='dkarm-eabi'
package=devkitARM
target=arm-eabi
target=arm-none-eabi
toolchain=DEVKITARM
;;
"2" )