# HG changeset patch # User Rob Landley # Date 1237311838 18000 # Node ID d2cc6cb79afc7527ec6864441e7b2ca1cb87ac9d # Parent 4ab92aee351c3dc152ef9d116863c12f01c7cac6 Don't strip .a and .o files, even with -strip-unneeded screws 'em up. diff -r 4ab92aee351c -r d2cc6cb79afc mini-native.sh --- 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}" &&