[project @ 2002-06-04 18:17:50 by sof]
authorsof <unknown>
Tue, 4 Jun 2002 18:17:50 +0000 (18:17 +0000)
committersof <unknown>
Tue, 4 Jun 2002 18:17:50 +0000 (18:17 +0000)
GhcWithInterpreter: thumbs up for cygwin

mk/config.mk.in

index d2a1267..e55e97d 100644 (file)
@@ -212,7 +212,7 @@ HaveRtldLocal = @HaveRtldLocal@
 
 # Include GHCi in the compiler.  Default to NO for the time being.
 
-ifneq "$(findstring $(HostOS_CPP), mingw32 linux solaris2 freebsd netbsd openbsd)" ""
+ifneq "$(findstring $(HostOS_CPP), mingw32 cygwin32 linux solaris2 freebsd netbsd openbsd)" ""
 GhcWithInterpreter=YES
 ifeq "$(HaveLibDL)" "YES"
 SRC_HC_OPTS += -ldl