mirror of
https://github.com/devkitPro/buildscripts.git
synced 2026-04-22 10:27:25 -05:00
updates for devkitARM r32
This commit is contained in:
parent
e2e2bba84a
commit
82b3fb6d85
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user