summaryrefslogtreecommitdiff
path: root/hints/irix_6.sh
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2000-09-01 18:17:54 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2000-09-01 18:17:54 +0000
commit6b356c8efb963846940ef92952cf77e5b86bd65e (patch)
tree82aab24c903fb5c32b16e57ad6f095d823430eec /hints/irix_6.sh
parent301e812593b886ce092a67093cee831022be6f82 (diff)
downloadperl-6b356c8efb963846940ef92952cf77e5b86bd65e.tar.gz
Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,
so that case-ignoring systems like DCL can tell them from PRIefldbl and PRIx64. Apply Merijn's ccversion patches. p4raw-id: //depot/perl@6982
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