fix a non-portable printf format
[ghc-hetmet.git] / mk / config.mk.in
index a640c3e..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
 
 # ----------------------------------------------------------------------------
@@ -563,6 +555,7 @@ DLLTOOL                     = inplace/mingw/bin/dlltool.exe
 AR                     = @ArCmd@
 AR_OPTS                        = @ArArgs@
 ArSupportsInput                = @ArSupportsInput@
+ArSupportsAtFile = @ArSupportsAtFile@
 # Yuckage: for ghc/utils/parallel -- todo: nuke this dependency!!
 BASH                    = /usr/local/bin/bash