From: simonmar Date: Wed, 9 Nov 2005 11:36:43 +0000 (+0000) Subject: [project @ 2005-11-09 11:36:43 by simonmar] X-Git-Tag: Initial_conversion_from_CVS_complete~55 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=ccb7eee15163ec2def882a6549d2be64b3065abd;p=ghc-hetmet.git [project @ 2005-11-09 11:36:43 by simonmar] oops, it's i386_TARGET_ARCH, not x86_TARGET_ARCH --- diff --git a/ghc/compiler/main/DriverPipeline.hs b/ghc/compiler/main/DriverPipeline.hs index d1fa5ba..633561a 100644 --- a/ghc/compiler/main/DriverPipeline.hs +++ b/ghc/compiler/main/DriverPipeline.hs @@ -854,7 +854,7 @@ runPhase cc_phase stop dflags basename suff input_fn get_output_fn maybe_loc let more_hcc_opts = -#if x86_TARGET_ARCH +#if i386_TARGET_ARCH -- on x86 the floating point regs have greater precision -- than a double, which leads to unpredictable results. -- By default, we turn this off with -ffloat-store unless