Lines Matching refs:STRIP
1484 AC_CHECK_TOOL(STRIP, strip, :)
1485 test -z "$STRIP" && STRIP=:
1486 _LT_DECL([], [STRIP], [1], [A symbol stripping program])
2153 if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
2154 test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
2155 test -z "$striplib" && striplib="$STRIP --strip-unneeded"
2161 if test -n "$STRIP" ; then
2162 striplib="$STRIP -x"
2163 old_striplib="$STRIP -S"
9624 # STRIPPROG with the value of the STRIP variable (set by the user).
9630 # will honor the 'STRIP' environment variable to overrule this program.
9633 AC_CHECK_TOOL([STRIP], [strip], :)