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

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
        ;;