remove old/unused DotnetSupport and GhcLibsWithUnix
authorSimon Marlow <marlowsd@gmail.com>
Tue, 30 Mar 2010 12:37:32 +0000 (12:37 +0000)
committerSimon Marlow <marlowsd@gmail.com>
Tue, 30 Mar 2010 12:37:32 +0000 (12:37 +0000)
mk/config.mk.in

index 9da1946..111de23 100644 (file)
@@ -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
 
 # ----------------------------------------------------------------------------