*** empty log message ***

This commit is contained in:
Dave Murphy 2006-04-12 22:33:31 +00:00
parent 98a81dcb3b
commit 06605b6339
2 changed files with 3 additions and 3 deletions

View File

@ -65,7 +65,7 @@ cd $target/gcc
--disable-libmudflap --disable-libssp \
--target=$target \
--with-newlib \
--prefix=$prefix -v\
--prefix=$prefix\
|| { echo "Error configuring gcc"; exit 1; }
mkdir -p libiberty libcpp fixincludes

View File

@ -44,7 +44,7 @@ cd mn10200/binutils
$MAKE || { echo "Error building mn10200 binutils"; exit 1; }
$MAKE install || { echo "Error installing mn10200 binutils"; exit 1; }
strip $INSTALLDIR/mn10200/bin/*
strip $INSTALLDIR/devkitPPC/mn10200/bin/*
cd $BUILDSCRIPTDIR
@ -71,7 +71,7 @@ cd $target/gcc
--disable-win32-registry\
--target=$target \
--with-newlib \
--prefix=$prefix -v\
--prefix=$prefix\
2>&1 | tee gcc_configure.log
mkdir -p libiberty libcpp fixincludes