mirror of
https://github.com/devkitPro/buildscripts.git
synced 2026-04-17 15:26:12 -05:00
devkitA64 r11 updates
This commit is contained in:
parent
eed906eda5
commit
e0aebb7afb
|
|
@ -2,10 +2,10 @@
|
|||
#---------------------------------------------------------------------------------
|
||||
# devkitARM release 49
|
||||
# devkitPPC release 32
|
||||
# devkitA64 release 10
|
||||
# devkitA64 release 11
|
||||
#---------------------------------------------------------------------------------
|
||||
|
||||
if [ 1 -eq 1 ] ; then
|
||||
if [ 0 -eq 1 ] ; then
|
||||
echo "Please use the latest release buildscripts unless advised otherwise by devkitPro staff."
|
||||
echo "https://github.com/devkitPro/buildscripts/releases/latest"
|
||||
echo
|
||||
|
|
@ -57,8 +57,8 @@ TEX3DS_VER=1.0.0
|
|||
GP32_TOOLS_VER=1.0.3
|
||||
LIBMIRKO_VER=0.9.8
|
||||
|
||||
SWITCH_TOOLS_VER=1.4.0
|
||||
LIBNX_VER=1.2.1
|
||||
SWITCH_TOOLS_VER=1.4.1
|
||||
LIBNX_VER=1.3.0
|
||||
|
||||
OSXMIN=${OSXMIN:-10.9}
|
||||
|
||||
|
|
|
|||
|
|
@ -64,7 +64,7 @@ then
|
|||
--prefix=$prefix \
|
||||
--enable-lto $plugin_ld\
|
||||
--with-system-zlib \
|
||||
--with-bugurl="https://github.com/devkitPro/buildscripts/issues" --with-pkgversion="devkitA64 release 10" \
|
||||
--with-bugurl="https://github.com/devkitPro/buildscripts/issues" --with-pkgversion="devkitA64 release 11" \
|
||||
$CROSS_PARAMS \
|
||||
$CROSS_GCC_PARAMS \
|
||||
|| { echo "Error configuring gcc"; exit 1; }
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user