From: simonmar Date: Tue, 16 Jan 2001 12:32:45 +0000 (+0000) Subject: [project @ 2001-01-16 12:32:45 by simonmar] X-Git-Tag: Approximately_9120_patches~2889 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=8865f0d029094287551361056e19a5c7e141078a;p=ghc-hetmet.git [project @ 2001-01-16 12:32:45 by simonmar] add GhcUnregisterised to Config.hs --- 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)