From: Simon Marlow Date: Tue, 30 Mar 2010 12:37:32 +0000 (+0000) Subject: remove old/unused DotnetSupport and GhcLibsWithUnix X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=d679ca43e7477284d733b94ff542be5363be3353 remove old/unused DotnetSupport and GhcLibsWithUnix --- diff --git a/mk/config.mk.in b/mk/config.mk.in index 9da1946..111de23 100644 --- a/mk/config.mk.in +++ b/mk/config.mk.in @@ -302,14 +302,6 @@ SupportsSplitObjs=$(strip $(if $(filter YES,$(ArchSupportsSplitObjs)),\ # By default, enable SplitObjs for the libraries if this build supports it SplitObjs=$(SupportsSplitObjs) -# .NET interop support? -# -DotnetSupport=NO - -# Build unix package? -# -GhcLibsWithUnix=@GhcLibsWithUnix@ - CHECK_PACKAGES = NO # ----------------------------------------------------------------------------