[project @ 2005-11-09 11:36:43 by simonmar]
authorsimonmar <unknown>
Wed, 9 Nov 2005 11:36:43 +0000 (11:36 +0000)
committersimonmar <unknown>
Wed, 9 Nov 2005 11:36:43 +0000 (11:36 +0000)
oops, it's i386_TARGET_ARCH, not x86_TARGET_ARCH

ghc/compiler/main/DriverPipeline.hs

index d1fa5ba..633561a 100644 (file)
@@ -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