projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
e30acc1
)
Thinko: we want the flags for native cc, not gcc.
Jarkko Hietaniemi [Sat, 11 Aug 2001 17:14:06 +0000 (17:14 +0000)]
p4raw-id: //depot/perl@11636
hints/dec_osf.sh
patch
|
blob
|
blame
|
history
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
;;