strip mn10200 binaries

This commit is contained in:
Dave Murphy 2005-08-25 07:27:44 +00:00
parent eff8e0ff4d
commit 6de894e74b

View File

@ -44,12 +44,14 @@ cd mn10200/binutils
$MAKE || { echo "Error building mn10200 binutils"; exit 1; }
$MAKE install || { echo "Error installing mn10200 binutils"; exit 1; }
strip $INSTALLDIR/mn10200/bin/*
cd $BUILDSCRIPTDIR
#---------------------------------------------------------------------------------
# remove temp stuff to conserve disc space
#---------------------------------------------------------------------------------
rm -fr mn10200/binutils
rm -fr mn10200
rm -fr $BINUTILS_SRCDIR