Change 33647 by [EMAIL PROTECTED] on 2008/04/05 11:38:12
Subject: [PATCH] Tru64: align fp policies of gcc and cc
From: Jarkko Hietaniemi <[EMAIL PROTECTED]>
Date: Sat, 5 Apr 2008 04:16:17 +0300 (EEST)
Message-Id: <[EMAIL PROTECTED]>
Affected files ...
... //depot/perl/hints/dec_osf.sh#72 edit
Differences ...
==== //depot/perl/hints/dec_osf.sh#72 (text) ====
Index: perl/hints/dec_osf.sh
--- perl/hints/dec_osf.sh#71~32966~ 2008-01-11 19:13:55.000000000 -0800
+++ perl/hints/dec_osf.sh 2008-04-05 04:38:12.000000000 -0700
@@ -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
End of Patch.