remove -d from strip - fails on OSX

This commit is contained in:
Dave Murphy 2007-11-20 23:36:50 +00:00
parent 8007fd4bcb
commit 441cdd3f3b

View File

@ -435,7 +435,7 @@ for f in $INSTALLDIR/$package/bin/* \
$INSTALLDIR/$package/$target/bin/* \
$INSTALLDIR/$package/libexec/gcc/$target/$GCC_VER/*
do
strip -d $f
strip $f
done
#---------------------------------------------------------------------------------