From 6de894e74b8d168ac79db263126cbaa35e9d6025 Mon Sep 17 00:00:00 2001 From: Dave Murphy Date: Thu, 25 Aug 2005 07:27:44 +0000 Subject: [PATCH] strip mn10200 binaries --- dkppc/scripts/build-gcc.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/dkppc/scripts/build-gcc.sh b/dkppc/scripts/build-gcc.sh index b187d4b..a23914c 100644 --- a/dkppc/scripts/build-gcc.sh +++ b/dkppc/scripts/build-gcc.sh @@ -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