From: Jarkko Hietaniemi Date: Mon, 5 Nov 2001 16:09:51 +0000 (+0000) Subject: IRIX: at some point the cc -version has started X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=220a91308f6b34e49047b6c7b9ae54dc92ee2cad;p=p5sagit%2Fp5-mst-13.2.git IRIX: at some point the cc -version has started to output to stderr, not stdout any more. p4raw-id: //depot/perl@12857 --- diff --git a/hints/irix_6.sh b/hints/irix_6.sh index c52a988..61eac6e 100644 --- a/hints/irix_6.sh +++ b/hints/irix_6.sh @@ -53,7 +53,7 @@ cc=${cc:-cc} case "$cc" in *gcc*) ;; -*) ccversion=`cc -version` ;; +*) ccversion=`cc -version 2>&1` ;; esac case "$use64bitint" in