From: sof Date: Thu, 2 Jan 1997 23:11:31 +0000 (+0000) Subject: [project @ 1997-01-02 23:11:31 by sof] X-Git-Tag: Approximately_1000_patches_recorded~863 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=d61bb3005cd7e65b26a78842f2a76146013b8c67;p=ghc-hetmet.git [project @ 1997-01-02 23:11:31 by sof] Added support for cygwin32 --- diff --git a/ghc/compiler/nativeGen/NCG.h b/ghc/compiler/nativeGen/NCG.h index 4b3049b..873ebeb 100644 --- a/ghc/compiler/nativeGen/NCG.h +++ b/ghc/compiler/nativeGen/NCG.h @@ -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