UNICOS/mk patches. Removing the _CRAYMPP test may be
[p5sagit/p5-mst-13.2.git] / hints / unicosmk.sh
index f0b63cb..6113cc3 100644 (file)
@@ -8,3 +8,11 @@ case "$usemymalloc" in
     ccflags="$ccflags -DNO_RCHECK"
     ;;
 esac
+# If somebody ignores the Cray PATH.
+case ":$PATH:" in
+*:/opt/ctl/bin:*) ;;
+'') case "$cc" in
+    '') test -x /opt/ctl/bin/cc && cc=/opt/ctl/bin/cc ;;
+    esac
+    ;;
+esac