summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 26db167..d15be70 100755
--- a/configure
+++ b/configure
@@ -1967,7 +1967,7 @@ elif $cc -V 2>&1 | grep -q Sun; then
esac
done
}
-elif $cc -v 2>&1 | grep -q PathScale; then
+elif $cc -v 2>&1 | grep -q 'PathScale\|Path64'; then
cc_type=pathscale
cc_version=__PATHSCALE__
cc_ident=$($cc -v 2>&1 | head -n1 | tr -d :)
OpenPOWER on IntegriCloud