projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
e83a44d
)
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
patch
|
blob
|
blame
|
history
diff --git
a/hints/irix_6.sh
b/hints/irix_6.sh
index
c52a988
..
61eac6e
100644
(file)
--- 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