From d679ca43e7477284d733b94ff542be5363be3353 Mon Sep 17 00:00:00 2001 From: Simon Marlow Date: Tue, 30 Mar 2010 12:37:32 +0000 Subject: [PATCH] remove old/unused DotnetSupport and GhcLibsWithUnix --- mk/config.mk.in | 8 -------- 1 file changed, 8 deletions(-) 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 # ---------------------------------------------------------------------------- -- 1.7.10.4