mirror of
https://github.com/devkitPro/buildscripts.git
synced 2026-06-13 04:10:36 -05:00
updates for devkitPPC r18
This commit is contained in:
parent
dcdfcc0a18
commit
b78b8c08b2
|
|
@ -2,7 +2,7 @@
|
|||
#---------------------------------------------------------------------------------
|
||||
# Build scripts for
|
||||
# devkitARM release 26
|
||||
# devkitPPC release 17
|
||||
# devkitPPC release 18
|
||||
# devkitPSP release 13
|
||||
#---------------------------------------------------------------------------------
|
||||
|
||||
|
|
@ -15,13 +15,13 @@ fi
|
|||
#---------------------------------------------------------------------------------
|
||||
# specify some urls to download the source packages from
|
||||
#---------------------------------------------------------------------------------
|
||||
LIBOGC_VER=1.7.2
|
||||
LIBOGC_VER=1.8.0
|
||||
LIBGBA_VER=20081210
|
||||
LIBNDS_VER=1.3.3
|
||||
LIBNDS_VER=1.3.8
|
||||
DEFAULT_ARM7_VER=0.5.2
|
||||
DSWIFI_VER=0.3.7
|
||||
DSWIFI_VER=0.3.10
|
||||
LIBMIRKO_VER=0.9.7
|
||||
MAXMOD_VER=1.0.4
|
||||
MAXMOD_VER=1.0.6
|
||||
FILESYSTEM_VER=0.9.2
|
||||
LIBFAT_VER=1.0.5
|
||||
|
||||
|
|
|
|||
|
|
@ -99,9 +99,10 @@ then
|
|||
--disable-libstdcxx-pch \
|
||||
--target=$target \
|
||||
--with-newlib \
|
||||
--with-headers \
|
||||
--prefix=$prefix\
|
||||
--disable-dependency-tracking \
|
||||
--with-bugurl="http://wiki.devkitpro.org/index.php/Bug_Reports" --with-pkgversion="devkitPPC release 18 alpha5" \
|
||||
--with-bugurl="http://wiki.devkitpro.org/index.php/Bug_Reports" --with-pkgversion="devkitPPC release 18" \
|
||||
2>&1 | tee gcc_configure.log
|
||||
touch configured-gcc
|
||||
fi
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user