updates for devkitPPC r18

This commit is contained in:
Dave Murphy 2009-09-25 20:20:52 +00:00
parent dcdfcc0a18
commit b78b8c08b2
2 changed files with 7 additions and 6 deletions

View File

@ -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

View File

@ -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