From 2f0b9e3de396b43af564ecf57beb901d150f8936 Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Thu, 10 Jul 2008 13:26:54 +0000 Subject: [PATCH] Remove remnants of javaGen --- compiler/Makefile | 5 ----- mk/config.mk.in | 3 --- 2 files changed, 8 deletions(-) diff --git a/compiler/Makefile b/compiler/Makefile index 41e5fec..34f2ea3 100644 --- a/compiler/Makefile +++ b/compiler/Makefile @@ -419,11 +419,6 @@ else SRC_HC_OPTS += -DOMIT_NATIVE_CODEGEN endif -ifeq ($(GhcWithJavaGen),YES) -ALL_DIRS += javaGen -SRC_HC_OPTS += -DJAVA -endif - ifeq "$(BootingFromHc)" "YES" # HC files are always from a self-booted compiler bootstrapped = YES diff --git a/mk/config.mk.in b/mk/config.mk.in index 28b57a7..e1b2ef3 100644 --- a/mk/config.mk.in +++ b/mk/config.mk.in @@ -277,9 +277,6 @@ GhcWithNativeCodeGen=$(strip\ $(if $(filter YESYESNO,\ $(OsSupportsNCG)$(ArchSupportsNCG)$(GhcUnregisterised)),YES,NO)) -# Include support for generating Java -GhcWithJavaGen=NO - HaveLibDL = @HaveLibDL@ # ArchSupportsSMP should be set iff there is support for that arch in -- 1.7.10.4