From: simonmar Date: Tue, 2 Jan 2001 11:20:35 +0000 (+0000) Subject: [project @ 2001-01-02 11:20:35 by simonmar] X-Git-Tag: Approximately_9120_patches~2996 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=0b19ae9d33bb814b2396f924b9c5c839c3f9dae6;p=ghc-hetmet.git [project @ 2001-01-02 11:20:35 by simonmar] GhcWithInterpreter defaults to NO for the time being. (enable by hand in build.mk to turn it on). --- diff --git a/mk/config.mk.in b/mk/config.mk.in index 1b9b622..46ff8a7 100644 --- a/mk/config.mk.in +++ b/mk/config.mk.in @@ -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?