diff mini-native.sh @ 633:d2cc6cb79afc

Don't strip .a and .o files, even with -strip-unneeded screws 'em up.
author Rob Landley <rob@landley.net>
date Tue, 17 Mar 2009 12:43:58 -0500
parents 4ab92aee351c
children dc5512d734f0
line wrap: on
line diff
--- a/mini-native.sh	Sun Mar 15 00:35:41 2009 -0500
+++ b/mini-native.sh	Tue Mar 17 12:43:58 2009 -0500
@@ -297,7 +297,7 @@
 # Clean up and package the result
 
 "${ARCH}-strip" "${TOOLS}"/{bin/*,sbin/*,libexec/gcc/*/*/*}
-"${ARCH}-strip" --strip-unneeded "${TOOLS}"/lib/*
+"${ARCH}-strip" --strip-unneeded "${TOOLS}"/lib/*.so
 
 echo -n creating mini-native-"${ARCH}".tar.bz2 &&
 cd "${BUILD}" &&