From 4e3eebb8179d89a4b5b42fee8f6e8f730af81dde Mon Sep 17 00:00:00 2001
From: sof <unknown>
Date: Mon, 24 Mar 1997 06:03:28 +0000
Subject: [PATCH] [project @ 1997-03-24 06:03:28 by sof] cygwin32 has leading
 underscores

---
 ghc/compiler/nativeGen/MachMisc.lhs | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/ghc/compiler/nativeGen/MachMisc.lhs b/ghc/compiler/nativeGen/MachMisc.lhs
index dd60a15cab89..a3eb463b1fb3 100644
--- a/ghc/compiler/nativeGen/MachMisc.lhs
+++ b/ghc/compiler/nativeGen/MachMisc.lhs
@@ -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)
      ,)))
-- 
GitLab