Re: [ID 20010825.006] -DCRIPPLED_CC is broken
[p5sagit/p5-mst-13.2.git] / hints / dec_osf.sh
index 134a3aa..ae56198 100644 (file)
@@ -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
        ;;