From: Jarkko Hietaniemi Date: Sat, 11 Aug 2001 17:14:06 +0000 (+0000) Subject: Thinko: we want the flags for native cc, not gcc. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=a59bce4bbbbefbc5a4b29acdba0b61be1c1754bf;p=p5sagit%2Fp5-mst-13.2.git Thinko: we want the flags for native cc, not gcc. p4raw-id: //depot/perl@11636 --- diff --git a/hints/dec_osf.sh b/hints/dec_osf.sh index 134a3aa..ae56198 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 ;;