changes for devkitPPC release 19

This commit is contained in:
Dave Murphy
2009-10-20 10:35:43 +00:00
parent 36b24b69b6
commit 555be89883
5 changed files with 53 additions and 77 deletions

View File

@@ -58,7 +58,7 @@ if [ ! -f configured-binutils ]
then
CFLAGS=$cflags LDFLAGS=$ldflags ../../$BINUTILS_SRCDIR/configure \
--prefix=$prefix --target=mn10200 --disable-nls --disable-shared --disable-debug \
--with-gcc --with-gnu-as --with-gnu-ld \
--disable-dependency-tracking --with-gcc --with-gnu-as --with-gnu-ld \
|| { echo "Error configuing mn10200 binutils"; exit 1; }
touch configured-binutils
fi
@@ -101,7 +101,7 @@ then
--with-newlib \
--prefix=$prefix\
--disable-dependency-tracking \
--with-bugurl="http://wiki.devkitpro.org/index.php/Bug_Reports" --with-pkgversion="devkitPPC release 18" \
--with-bugurl="http://wiki.devkitpro.org/index.php/Bug_Reports" --with-pkgversion="devkitPPC release 19" \
2>&1 | tee gcc_configure.log
touch configured-gcc
fi