update dkppc & dkarm to gcc-4.5.2 and newlib-1.19.0

This commit is contained in:
Dave Murphy 2011-01-13 14:39:53 +00:00
parent b1dd82fd63
commit 0b630ae808
3 changed files with 8 additions and 8 deletions

View File

@ -22,7 +22,7 @@ fi
#---------------------------------------------------------------------------------
LIBOGC_VER=1.8.5
LIBGBA_VER=20081210
LIBNDS_VER=1.4.8
LIBNDS_VER=1.4.9
DEFAULT_ARM7_VER=0.5.17
DSWIFI_VER=0.3.13
LIBMIRKO_VER=0.9.7
@ -99,9 +99,9 @@ done
case "$VERSION" in
"1" )
GCC_VER=4.5.1
GCC_VER=4.5.2
BINUTILS_VER=2.20.1
NEWLIB_VER=1.18.0
NEWLIB_VER=1.19.0
GDB_VER=7.2
basedir='dkarm-eabi'
package=devkitARM
@ -110,9 +110,9 @@ case "$VERSION" in
toolchain=DEVKITARM
;;
"2" )
GCC_VER=4.5.1
GCC_VER=4.5.2
BINUTILS_VER=2.20.1
NEWLIB_VER=1.18.0
NEWLIB_VER=1.19.0
GDB_VER=7.2
basedir='dkppc'
package=devkitPPC

View File

@ -27,7 +27,7 @@ cd $target/binutils
if [ ! -f configured-binutils ]
then
CFLAGS=$cflags LDFLAGS=$ldflags ../../$BINUTILS_SRCDIR/configure \
--prefix=$prefix --target=$target --disable-nls --disable-dependency-tracking \
--prefix=$prefix --target=$target --disable-nls --disable-dependency-tracking --disable-werror \
|| { echo "Error configuring binutils"; exit 1; }
touch configured-binutils
fi
@ -73,7 +73,7 @@ then
--with-newlib \
--prefix=$prefix\
--enable-lto \
--with-bugurl="http://wiki.devkitpro.org/index.php/Bug_Reports" --with-pkgversion="devkitARM release 32" \
--with-bugurl="http://wiki.devkitpro.org/index.php/Bug_Reports" --with-pkgversion="devkitARM release 33" \
|| { echo "Error configuring gcc"; exit 1; }
touch configured-gcc
fi

View File

@ -102,7 +102,7 @@ then
--with-newlib \
--prefix=$prefix\
--disable-dependency-tracking \
--with-bugurl="http://wiki.devkitpro.org/index.php/Bug_Reports" --with-pkgversion="devkitPPC release 22" \
--with-bugurl="http://wiki.devkitpro.org/index.php/Bug_Reports" --with-pkgversion="devkitPPC release 23" \
2>&1 | tee gcc_configure.log
touch configured-gcc
fi