From 8865f0d029094287551361056e19a5c7e141078a Mon Sep 17 00:00:00 2001 From: simonmar Date: Tue, 16 Jan 2001 12:32:45 +0000 Subject: [PATCH] [project @ 2001-01-16 12:32:45 by simonmar] add GhcUnregisterised to Config.hs --- ghc/compiler/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ghc/compiler/Makefile b/ghc/compiler/Makefile index 5d1868d..478c33c 100644 --- a/ghc/compiler/Makefile +++ b/ghc/compiler/Makefile @@ -1,5 +1,5 @@ # ----------------------------------------------------------------------------- -# $Id: Makefile,v 1.132 2001/01/16 10:49:13 simonmar Exp $ +# $Id: Makefile,v 1.133 2001/01/16 12:32:45 simonmar Exp $ TOP = .. include $(TOP)/mk/boilerplate.mk @@ -52,6 +52,7 @@ $(CONFIG_HS) : $(FPTOOLS_TOP)/mk/config.mk Makefile @echo "cGCC = \"$(WhatGccIsCalled)\"" >> $(CONFIG_HS) @echo "cMkDLL = \"$(BLD_DLL)\"" >> $(CONFIG_HS) @echo "cGhcWithNativeCodeGen = \"$(GhcWithNativeCodeGen)\"" >> $(CONFIG_HS) + @echo "cGhcUnregisterised = \"$(GhcUnregisterised)\"" >> $(CONFIG_HS) @echo "cLeadingUnderscore = \"$(LeadingUnderscore)\"" >> $(CONFIG_HS) @echo "cGHC_UNLIT = \"$(GHC_UNLIT)\"" >> $(CONFIG_HS) @echo "cGHC_MANGLER = \"$(GHC_MANGLER)\"" >> $(CONFIG_HS) -- 1.7.10.4