IRIX: at some point the cc -version has started
Jarkko Hietaniemi [Mon, 5 Nov 2001 16:09:51 +0000 (16:09 +0000)]
to output to stderr, not stdout any more.

p4raw-id: //depot/perl@12857

hints/irix_6.sh

index c52a988..61eac6e 100644 (file)
@@ -53,7 +53,7 @@ cc=${cc:-cc}
 
 case "$cc" in
 *gcc*) ;;
-*) ccversion=`cc -version` ;;
+*) ccversion=`cc -version 2>&1` ;;
 esac
 
 case "$use64bitint" in