[project @ 2000-11-02 13:36:44 by simonmar]
authorsimonmar <unknown>
Thu, 2 Nov 2000 13:36:44 +0000 (13:36 +0000)
committersimonmar <unknown>
Thu, 2 Nov 2000 13:36:44 +0000 (13:36 +0000)
Remove GhcWithRegisterised since it isn't used.  It might be
re-instated later if/when we decide on the right way to implement it.

ghc/compiler/Makefile
mk/config.mk.in

index 896a431..fd48e28 100644 (file)
@@ -1,5 +1,5 @@
 # -----------------------------------------------------------------------------
-# $Id: Makefile,v 1.104 2000/10/31 08:08:38 simonpj Exp $
+# $Id: Makefile,v 1.105 2000/11/02 13:36:44 simonmar Exp $
 
 TOP = ..
 include $(TOP)/mk/boilerplate.mk
@@ -61,7 +61,6 @@ $(CONFIG_HS) : $(FPTOOLS_TOP)/mk/config.mk Makefile
        @echo "cRM                   = \"$(RM)\"" >> $(CONFIG_HS)
        @echo "cCONTEXT_DIFF         = \"$(CONTEXT_DIFF)\"" >> $(CONFIG_HS)
        @echo "cHaveLibGmp           = \"$(HaveLibGmp)\"" >> $(CONFIG_HS)
-       @echo "cGhcWithRegisterised  = \"$(GhcWithRegisterised)\"" >> $(CONFIG_HS)
        @echo "cUSER_WAY_NAMES       = \"$(USER_WAY_NAMES)\"" >> $(CONFIG_HS)
        @echo "cUSER_WAY_OPTS        = \"$(USER_WAY_OPTS)\"" >> $(CONFIG_HS)
        @echo "clibdir               = \"$(libdir)\"" >> $(CONFIG_HS)
index f709fcf..5d78e07 100644 (file)
@@ -178,10 +178,6 @@ GhcHcOpts=-O
 # GhcWithHscBuiltViaC - build GHC compiler proper (\`hsc') from .hc files?
 GhcWithHscBuiltViaC=@BootingFromHc@
 
-# Build a registerised version of hsc and runtime
-# (unregisterised used for Hugs at the moment)
-GhcWithRegisterised=YES
-
 # Build a compiler with a native code generator backend
 # (as well as a C backend)
 #