[project @ 1997-01-02 23:11:31 by sof]
authorsof <unknown>
Thu, 2 Jan 1997 23:11:31 +0000 (23:11 +0000)
committersof <unknown>
Thu, 2 Jan 1997 23:11:31 +0000 (23:11 +0000)
Added support for cygwin32

ghc/compiler/nativeGen/NCG.h

index 4b3049b..873ebeb 100644 (file)
@@ -65,6 +65,9 @@ you will screw up the layout where they are used in case expressions!
 # if bsdi_TARGET_OS
 #  include "../../includes/i386-unknown-bsdi.h"
 # endif
+# if cygwin32_TARGET_OS
+#  include "../../includes/i386-unknown-cygwin32.h"
+# endif
 # if solaris2_TARGET_OS
 #  include "../../includes/i386-unknown-solaris2.h"
 # endif