From: Ian Lynagh Date: Thu, 10 Jul 2008 13:24:17 +0000 (+0000) Subject: Remove some remnants of ilxgen X-Git-Tag: Before_cabalised-GHC~35 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=422a9829583338fb9f0462ba3846b1bcfe73e7de;p=ghc-hetmet.git Remove some remnants of ilxgen --- diff --git a/compiler/Makefile b/compiler/Makefile index 197c954..41e5fec 100644 --- a/compiler/Makefile +++ b/compiler/Makefile @@ -263,12 +263,6 @@ $(CONFIG_HS) : $(FPTOOLS_TOP)/mk/config.mk @echo "cGHC_CP = \"$(GHC_CP)\"" >> $(CONFIG_HS) @echo "cGHC_PERL :: String" >> $(CONFIG_HS) @echo "cGHC_PERL = \"$(GHC_PERL)\"" >> $(CONFIG_HS) -ifeq ($(GhcWithIlx),YES) - @echo "cILX2IL :: String" >> $(CONFIG_HS) - @echo "cILX2IL = \"$(ILX2IL)\"" >> $(CONFIG_HS) - @echo "cILASM :: String" >> $(CONFIG_HS) - @echo "cILASM = \"$(ILASM)\"" >> $(CONFIG_HS) -endif @echo "cEnableWin32DLLs :: String" >> $(CONFIG_HS) @echo "cEnableWin32DLLs = \"$(EnableWin32DLLs)\"" >> $(CONFIG_HS) @echo "cCONTEXT_DIFF :: String" >> $(CONFIG_HS) @@ -425,11 +419,6 @@ else SRC_HC_OPTS += -DOMIT_NATIVE_CODEGEN endif -ifeq ($(GhcWithIlx),YES) -ALL_DIRS += ilxGen -SRC_HC_OPTS += -DILX -endif - ifeq ($(GhcWithJavaGen),YES) ALL_DIRS += javaGen SRC_HC_OPTS += -DJAVA