summaryrefslogtreecommitdiff
path: root/hints/irix_6.sh
diff options
context:
space:
mode:
Diffstat (limited to 'hints/irix_6.sh')
-rw-r--r--hints/irix_6.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/hints/irix_6.sh b/hints/irix_6.sh
index ce301df2ff..9190ceed01 100644
--- a/hints/irix_6.sh
+++ b/hints/irix_6.sh
@@ -48,8 +48,14 @@ case "$cc" in
*) test -f /usr/lib32/libm.so && cc='cc -n32' ;;
esac
esac
+
test -z "$cc" && cc=cc
+case "$cc" in
+*gcc*) ;;
+*) ccversion=`cc -version` ;;
+esac
+
case "$use64bitint" in
$define|true|[yY]*)
case "`uname -r`" in