[project @ 2001-01-02 11:20:35 by simonmar]
authorsimonmar <unknown>
Tue, 2 Jan 2001 11:20:35 +0000 (11:20 +0000)
committersimonmar <unknown>
Tue, 2 Jan 2001 11:20:35 +0000 (11:20 +0000)
GhcWithInterpreter defaults to NO for the time being.  (enable by hand
in build.mk to turn it on).

mk/config.mk.in

index 1b9b622..46ff8a7 100644 (file)
@@ -114,12 +114,12 @@ ifeq "$(GhcWithHscBuiltViaC)" "YES"
 # need hslibs/lang first if we're bootstrapping
 ProjectsToBuild   = glafp-utils hslibs ghc
 else
-ProjectsToBuild   = glafp-utils ghc hslibs
+ProjectsToBuild   = glafp-utils happy
 endif
 #
 # Make a distinction between building and installing
 #
-ProjectsToInstall = glafp-utils ghc hslibs
+ProjectsToInstall = glafp-utils happy
 
 #
 # Should the various project tests directories be built?
@@ -175,12 +175,13 @@ else
 GhcWithNativeCodeGen=NO
 endif
 
-# Include GHCi in the compiler
-ifneq "$(findstring $(HostOS_CPP), linux solaris freebsd netbsd openbsd)" ""
-GhcWithInterpreter=YES
-else 
+# Include GHCi in the compiler.  Default to NO for the time being.
+
+# ifneq "$(findstring $(HostOS_CPP), linux solaris freebsd netbsd openbsd)" ""
+# GhcWithInterpreter=YES
+# else 
 GhcWithInterpreter=NO
-endif
+# endif
 
 #
 # Building various ways?