[project @ 1997-03-24 06:03:28 by sof]
authorsof <unknown>
Mon, 24 Mar 1997 06:03:28 +0000 (06:03 +0000)
committersof <unknown>
Mon, 24 Mar 1997 06:03:28 +0000 (06:03 +0000)
cygwin32 has leading underscores

ghc/compiler/nativeGen/MachMisc.lhs

index dd60a15..a3eb463 100644 (file)
@@ -70,8 +70,10 @@ underscorePrefix
     ,{-else-} IF_ARCH_i386(
        IF_OS_linuxaout(True
        , IF_OS_freebsd(True
+       , IF_OS_cygwin32(True
        , IF_OS_bsdi(True
        , {-otherwise-} False)))
+        )
      ,{-else-}IF_ARCH_sparc(
        IF_OS_sunos4(True, {-otherwise-} False)
      ,)))