diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2008-04-05 07:16:17 +0300 |
---|---|---|
committer | H.Merijn Brand <h.m.brand@xs4all.nl> | 2008-04-05 11:38:12 +0000 |
commit | 8a4f037860d9d14554f7acac3b5d56635b0f7ce8 (patch) | |
tree | 24b7de96a6ea00abbc6873c1fbb7f13f3407b58f /hints/dec_osf.sh | |
parent | cd387eedac59279cd70bee5babd86297c7b6cbdb (diff) | |
download | perl-8a4f037860d9d14554f7acac3b5d56635b0f7ce8.tar.gz |
Tru64: align fp policies of gcc and cc
Message-Id: <200804050116.m351GH5P042062@kosh.hut.fi>
p4raw-id: //depot/perl@33647
Diffstat (limited to 'hints/dec_osf.sh')
-rw-r--r-- | hints/dec_osf.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hints/dec_osf.sh b/hints/dec_osf.sh index 510537b8f4..fd0100305b 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 |