diff options
author | Ian Lynagh <igloo@earth.li> | 2008-07-10 13:26:54 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2008-07-10 13:26:54 +0000 |
commit | 2f0b9e3de396b43af564ecf57beb901d150f8936 (patch) | |
tree | 9177f8570772bf844a20e08b33ec7cac6176634b /mk | |
parent | 422a9829583338fb9f0462ba3846b1bcfe73e7de (diff) | |
download | haskell-2f0b9e3de396b43af564ecf57beb901d150f8936.tar.gz |
Remove remnants of javaGen
Diffstat (limited to 'mk')
-rw-r--r-- | mk/config.mk.in | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/mk/config.mk.in b/mk/config.mk.in index 28b57a7a9b..e1b2ef33e4 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 |