changeset 626:189dc4e359ec

Strip shared libraries to save more space.
author Rob Landley <rob@landley.net>
date Fri, 20 Feb 2009 01:37:15 -0600
parents 065e1a0f6697
children e6c9da01349a
files mini-native.sh
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/mini-native.sh	Tue Feb 17 13:53:50 2009 -0600
+++ b/mini-native.sh	Fri Feb 20 01:37:15 2009 -0600
@@ -294,6 +294,7 @@
 # Clean up and package the result
 
 "${ARCH}-strip" "${TOOLS}"/{bin/*,sbin/*,libexec/gcc/*/*/*}
+"${ARCH}-strip" --strip-unneeded "${TOOLS}"/lib/*
 
 echo -n creating mini-native-"${ARCH}".tar.bz2 &&
 cd "${BUILD}" &&