summaryrefslogtreecommitdiff
path: root/ltmain.sh
diff options
context:
space:
mode:
authorDag-Erling Smørgrav <des@FreeBSD.org>2014-09-15 09:40:30 +0000
committerDag-Erling Smørgrav <des@FreeBSD.org>2014-09-15 09:40:30 +0000
commitadf180b55c9bdbf02c7daf6a62bdecd3b7dd6cd6 (patch)
tree0cabdf9c7495e0b4b28b66d5f485231bb928de81 /ltmain.sh
parent299a95c6b11a65ecaa8371d14fff8dffe393e091 (diff)
Diffstat (limited to 'ltmain.sh')
-rwxr-xr-xltmain.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/ltmain.sh b/ltmain.sh
index 16ddbf884b675..dc8e388a63404 100755
--- a/ltmain.sh
+++ b/ltmain.sh
@@ -1377,8 +1377,8 @@ func_infer_tag ()
$opt_debug
# FreeBSD-specific: where we install compilers with non-standard names
- tag_compilers_CC="*cc cc* *gcc gcc* clang"
- tag_compilers_CXX="*c++ c++* *g++ g++* clang++"
+ tag_compilers_CC="*cc cc* *gcc gcc* clang*"
+ tag_compilers_CXX="*c++ c++* *g++ g++* clang++*"
base_compiler=`set -- "$@"; echo $1`
# If $tagname isn't set, then try to infer if the default "CC" tag applies