diff options
Diffstat (limited to 'hints/dec_osf.sh')
-rw-r--r-- | hints/dec_osf.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/hints/dec_osf.sh b/hints/dec_osf.sh index 134a3aa7e1..ae56198e87 100644 --- 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 ;; |