From ccb7eee15163ec2def882a6549d2be64b3065abd Mon Sep 17 00:00:00 2001 From: simonmar Date: Wed, 9 Nov 2005 11:36:43 +0000 Subject: [PATCH] [project @ 2005-11-09 11:36:43 by simonmar] oops, it's i386_TARGET_ARCH, not x86_TARGET_ARCH --- ghc/compiler/main/DriverPipeline.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 1.7.10.4