[project @ 2001-02-12 11:39:48 by sewardj]
[ghc-hetmet.git] / mk / config.mk.in
index 2fac7c3..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?
@@ -202,11 +202,6 @@ GhcWithInterpreter=NO
 BuildingParallel=$(subst mp,YES,$(filter mp,$(WAYS)))
 BuildingGranSim=$(subst mg,YES,$(filter mg,$(WAYS)))
 
-# Include compiler support for letting the compiler (optionally) report
-# your compilation to a central server for generation of fun stats.
-#
-GhcReportCompiles=NO
-
 #------------------------------------------------------------------------------
 # Options for GHC's Prelude
 
@@ -260,10 +255,6 @@ StripLibraries=NO
 GhcRtsHcOpts=-O2
 GhcRtsCcOpts=-O2 -optc-fomit-frame-pointer
 
-# If you intend to bootstrap GHCi using this compiler...
-# GhcRtsHcOpts += -optc-DGHCI
-# GhcRtsCcOpts += -DGHCI
-
 # Include the front panel code?  Needs GTK+.
 GhcRtsWithFrontPanel = NO