[project @ 2005-05-19 11:17:20 by simonmar]
[ghc-hetmet.git] / ghc / compiler / main / StaticFlags.hs
index 512f52c..e500cc7 100644 (file)
@@ -567,8 +567,10 @@ way_details =
 
     (WaySMP, Way  "s" False "SMP"
        [ "-fsmp"
+#if !defined(mingw32_TARGET_OS)
        , "-optc-pthread"
-#ifndef freebsd_TARGET_OS
+#endif
+#if !defined(mingw32_TARGET_OS) && !defined(freebsd_TARGET_OS)
        , "-optl-pthread"
 #endif
        , "-optc-DSMP"