diff --git a/base/xx-cc b/base/xx-cc index 2b7bc75..1f3c1c0 100755 --- a/base/xx-cc +++ b/base/xx-cc @@ -512,7 +512,7 @@ EOT fi done - for f in addr2line ar as ranlib nm dlltool; do + for f in addr2line ar as ranlib nm dlltool strip; do if ! which "${target}-${f}" >/dev/null 2>/dev/null; then if [ -f "/usr/bin/llvm-${f}" ]; then if echo "${target}" | grep '\.' 2>/dev/null >/dev/null; then