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
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Thinko: we want the flags for native cc, not gcc.
[perl5.git]
/
hints
/
dec_osf.sh
diff --git
a/hints/dec_osf.sh
b/hints/dec_osf.sh
index
134a3aa
..
ae56198
100644
(file)
--- a/
hints/dec_osf.sh
+++ b/
hints/dec_osf.sh
@@
-147,7
+147,8
@@
esac
# we want dynamic fp rounding mode, and we want ieee exception semantics
case "$isgcc" in
-gcc) case "$_DEC_cc_style" in
+gcc) ;;
+*) case "$_DEC_cc_style" in
new) ccflags="$ccflags -fprm d -ieee" ;;
esac
;;