*** empty log message ***

This commit is contained in:
Dave Murphy 2005-02-27 19:17:27 +00:00
parent 36ab191655
commit 49e12f6b36

View File

@ -10,7 +10,7 @@
BINUTILS_VER=2.15
GCC_VER=3.4.3
NEWLIB_VER=1.12.0
NEWLIB_VER=1.13.0
LIBOGC_VER=20050218
BINUTILS="binutils-$BINUTILS_VER.tar.bz2"
@ -279,9 +279,9 @@ if [ -f $scriptdir/build-gcc.sh ]; then . $scriptdir/build-gcc.sh ; cd $BUILDSCR
if [ -f $scriptdir/build-crtls.sh ]; then . $scriptdir/build-crtls.sh ; cd $BUILDSCRIPTDIR; fi
if [ -f $scriptdir/build-tools.sh ]; then . $scriptdir/build-tools.sh ; cd $BUILDSCRIPTDIR; fi
strip $INSTALLDIR\bin\*
strip $INSTALLDIR\$target\bin\*
rm -fr $INSTALLDIR\include\c++\$GCC_VER\$target\bits\stdc++.h.gch
strip $INSTALLDIR/bin/*
strip $INSTALLDIR/$target/bin/*
rm -fr $INSTALLDIR/include/c++/$GCC_VER/$target/bits/stdc++.h.gch
#---------------------------------------------------------------------------------