develooper Front page | perl.perl5.porters | Postings from April 2008

[PATCH] Tru64: align fp policies of gcc and cc

Thread Next
From:
Jarkko Hietaniemi
Date:
April 4, 2008 18:16
Subject:
[PATCH] Tru64: align fp policies of gcc and cc
Message ID:
200804050116.m351GH5P042062@kosh.hut.fi
--- hints/dec_osf.sh.dist	2008-04-05 04:04:51.000000000 +0300
+++ hints/dec_osf.sh	2008-04-05 04:14:14.000000000 +0300
@@ -290,7 +290,7 @@
 
 # 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

Thread Next


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About