Lines Matching refs:STRIP
1558 AC_CHECK_TOOL(STRIP, strip, :)
1559 test -z "$STRIP" && STRIP=:
1560 _LT_DECL([], [STRIP], [1], [A symbol stripping program])
2235 if test -z "$STRIP"; then
2238 if $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
2239 old_striplib="$STRIP --strip-debug"
2240 striplib="$STRIP --strip-unneeded"
2246 striplib="$STRIP -x"
2247 old_striplib="$STRIP -S"
2251 if $STRIP -V 2>&1 | $GREP "elftoolchain" >/dev/null; then
2252 old_striplib="$STRIP --strip-debug"
2253 striplib="$STRIP --strip-unneeded"
5563 …ry '$compiler_flags_filtered'$wl-bE:$export_symbols$allow_undefined_flag~$STRIP -e $output_objdir/…
6634 …ry '$compiler_flags_filtered'$wl-bE:$export_symbols$allow_undefined_flag~$STRIP -e $output_objdir/…
10084 # STRIPPROG with the value of the STRIP variable (set by the user).
10090 # will honor the 'STRIP' environment variable to overrule this program.
10093 AC_CHECK_TOOL([STRIP], [strip], :)