mirror of
https://github.com/devkitPro/buildscripts.git
synced 2026-08-13 21:54:32 -05:00
strip mn10200 binaries
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user