Remove remnants of javaGen
authorIan Lynagh <igloo@earth.li>
Thu, 10 Jul 2008 13:26:54 +0000 (13:26 +0000)
committerIan Lynagh <igloo@earth.li>
Thu, 10 Jul 2008 13:26:54 +0000 (13:26 +0000)
compiler/Makefile
mk/config.mk.in

index 41e5fec..34f2ea3 100644 (file)
@@ -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
index 28b57a7..e1b2ef3 100644 (file)
@@ -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