*** empty log message ***

This commit is contained in:
Dave Murphy
2008-02-17 09:01:54 +00:00
parent e72b5b62ee
commit 7a5dac1420
3 changed files with 206 additions and 78 deletions

View File

@@ -6,8 +6,8 @@ export DEVKITPPC=$TOOLPATH/devkitPPC
# Install and build the gamecube crt and libogc
#---------------------------------------------------------------------------------
echo "installing specs ..."
cp `pwd`/dkppc/crtls/gcn* $DEVKITPPC/$target/lib/
echo "installing linkscripts ..."
cp `pwd`/dkppc/crtls/*.ld $DEVKITPPC/$target/lib/
#---------------------------------------------------------------------------------
# copy base rulesets
#---------------------------------------------------------------------------------

View File

@@ -81,9 +81,8 @@ then
CFLAGS=-D__USE_MINGW_ACCESS ../../$GCC_SRCDIR/configure \
--enable-languages=c,c++ \
--with-cpu=750\
--with-gcc --with-gnu-ld --with-gnu-as --with-stabs \
--with-included-gettext --without-headers\
--disable-nls --disable-shared --enable-threads --disable-multilib --disable-debug\
--without-headers\
--disable-nls --disable-shared --enable-threads --disable-multilib \
--disable-win32-registry\
--disable-libstdcxx-pch \
--target=$target \
@@ -118,7 +117,6 @@ then
--target=$target \
--prefix=$prefix \
--enable-newlib-mb \
--disable-debug \
|| { echo "Error configuring newlib"; exit 1; }
touch configured-newlib
fi