mirror of
https://github.com/devkitPro/buildscripts.git
synced 2026-04-17 15:26:12 -05:00
updates for devkitARM release 36
This commit is contained in:
parent
8076dad7ef
commit
bd551d802f
|
|
@ -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'
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user