From: Jarkko Hietaniemi Date: Sat, 5 Apr 2008 04:16:17 +0000 (+0300) Subject: Tru64: align fp policies of gcc and cc X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=8a4f037860d9d14554f7acac3b5d56635b0f7ce8;p=p5sagit%2Fp5-mst-13.2.git Tru64: align fp policies of gcc and cc Message-Id: <200804050116.m351GH5P042062@kosh.hut.fi> p4raw-id: //depot/perl@33647 --- diff --git a/hints/dec_osf.sh b/hints/dec_osf.sh index 510537b..fd01003 100644 --- a/hints/dec_osf.sh +++ b/hints/dec_osf.sh @@ -290,7 +290,7 @@ esac # we want dynamic fp rounding mode, and we want ieee exception semantics case "$isgcc" in -gcc) ;; +gcc) ccflags="$ccflags -mfp-rounding-mode=d -mieee" ;; *) case "$_DEC_cc_style" in new) ccflags="$ccflags -fprm d -ieee" ;; esac