[project @ 2005-11-08 12:31:36 by simonmar]
[ghc-hetmet.git] / ghc / compiler / main / DriverPipeline.hs
index bdc0546..07fe113 100644 (file)
@@ -872,7 +872,9 @@ runPhase cc_phase stop dflags basename suff input_fn get_output_fn maybe_loc
                       ++ [ "-D__GLASGOW_HASKELL__="++cProjectVersionInt ]
                       ++ cc_opts
                       ++ split_opt
+#if x86_TARGET_ARCH
                       ++ (if excessPrecision then [] else [ "-ffloat-store" ])
+#endif
                       ++ include_paths
                       ++ pkg_extra_cc_opts
                       ))