mirror of
https://github.com/devkitPro/buildscripts.git
synced 2026-04-07 17:55:17 -05:00
strip mn10200 binaries
This commit is contained in:
parent
eff8e0ff4d
commit
6de894e74b
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user