mirror of
https://github.com/devkitPro/buildscripts.git
synced 2026-08-14 22:22:58 -05:00
updates for devkitARM r32
This commit is contained in:
@@ -99,7 +99,7 @@ done
|
||||
|
||||
case "$VERSION" in
|
||||
"1" )
|
||||
GCC_VER=4.5.0
|
||||
GCC_VER=4.5.1
|
||||
BINUTILS_VER=2.20.1
|
||||
NEWLIB_VER=1.18.0
|
||||
GDB_VER=7.1
|
||||
|
||||
@@ -72,7 +72,7 @@ then
|
||||
--target=$target \
|
||||
--with-newlib \
|
||||
--prefix=$prefix\
|
||||
--with-bugurl="http://wiki.devkitpro.org/index.php/Bug_Reports" --with-pkgversion="devkitARM release 31" \
|
||||
--with-bugurl="http://wiki.devkitpro.org/index.php/Bug_Reports" --with-pkgversion="devkitARM release 32" \
|
||||
|| { echo "Error configuring gcc"; exit 1; }
|
||||
touch configured-gcc
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user