[project @ 2001-02-12 10:13:43 by simonmar]
authorsimonmar <unknown>
Mon, 12 Feb 2001 10:13:43 +0000 (10:13 +0000)
committersimonmar <unknown>
Mon, 12 Feb 2001 10:13:43 +0000 (10:13 +0000)
GhcWithInterpreter is now YES by default on supported architectures.

mk/config.mk.in

index 2dbe35a..7327d2a 100644 (file)
@@ -190,11 +190,11 @@ endif
 
 # Include GHCi in the compiler.  Default to NO for the time being.
 
-# ifneq "$(findstring $(HostOS_CPP), linux solaris freebsd netbsd openbsd)" ""
-# GhcWithInterpreter=YES
-# else 
+ifneq "$(findstring $(HostOS_CPP), linux solaris freebsd netbsd openbsd)" ""
+GhcWithInterpreter=YES
+else 
 GhcWithInterpreter=NO
-# endif
+endif
 
 #
 # Building various ways?