Skip to content
Snippets Groups Projects
Commit 31c886b4 authored by Simon Marlow's avatar Simon Marlow
Browse files

[project @ 2000-11-02 13:36:44 by simonmar]

Remove GhcWithRegisterised since it isn't used.  It might be
re-instated later if/when we decide on the right way to implement it.
parent ff5cab2b
No related merge requests found
# -----------------------------------------------------------------------------
# $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)
......
......@@ -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)
#
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment