This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3c4568b
)
Some Tru64 C compilers have C++ components that confuse
author
Jarkko Hietaniemi
<jhi@iki.fi>
Sun, 5 Aug 2001 13:56:46 +0000
(13:56 +0000)
committer
Jarkko Hietaniemi
<jhi@iki.fi>
Sun, 5 Aug 2001 13:56:46 +0000
(13:56 +0000)
the ccversion parsing.
p4raw-id: //depot/perl@11580
hints/dec_osf.sh
patch
|
blob
|
blame
|
history
diff --git
a/hints/dec_osf.sh
b/hints/dec_osf.sh
index
71bc05f
..
8bf043f
100644
(file)
--- a/
hints/dec_osf.sh
+++ b/
hints/dec_osf.sh
@@
-100,7
+100,7
@@
EOF
fi
;;
*) # compile something small: taint.c is fine for this.
- ccversion=`cc -V | awk '/(Compaq|DEC) C/ {print $3}'`
+ ccversion=`cc -V | awk '/(Compaq|DEC) C/ {print $3}'
| grep '^V'
`
# the main point is the '-v' flag of 'cc'.
case "`cc -v -I. -c taint.c -o taint$$.o 2>&1`" in
*/gemc_cc*) # we have the new DEC GEM CC