From d61bb3005cd7e65b26a78842f2a76146013b8c67 Mon Sep 17 00:00:00 2001 From: sof Date: Thu, 2 Jan 1997 23:11:31 +0000 Subject: [PATCH] [project @ 1997-01-02 23:11:31 by sof] Added support for cygwin32 --- ghc/compiler/nativeGen/NCG.h | 3 +++ 1 file changed, 3 insertions(+) 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 -- 1.7.10.4