summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsimonmar <unknown>2005-11-09 11:36:43 +0000
committersimonmar <unknown>2005-11-09 11:36:43 +0000
commitccb7eee15163ec2def882a6549d2be64b3065abd (patch)
treef3f7f9bb6169e72f2d6bcf3cceb5b10ab82e1219
parentcbc83989fe39607eec0dcb6a84f6086a9e0bb442 (diff)
downloadhaskell-ccb7eee15163ec2def882a6549d2be64b3065abd.tar.gz
[project @ 2005-11-09 11:36:43 by simonmar]
oops, it's i386_TARGET_ARCH, not x86_TARGET_ARCH
-rw-r--r--ghc/compiler/main/DriverPipeline.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/ghc/compiler/main/DriverPipeline.hs b/ghc/compiler/main/DriverPipeline.hs
index d1fa5badc6..633561a67d 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