summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2008-07-09 13:57:22 +0000
committerIan Lynagh <igloo@earth.li>2008-07-09 13:57:22 +0000
commit80d2e6f711d54f59c4d698c7565f69d49d34d8b8 (patch)
treef582f65e288c219b52baaad7b2c0229e80aa135f /mk
parentccc9a4a5c7131e5bece84c0983d7d3f8d6480967 (diff)
downloadhaskell-80d2e6f711d54f59c4d698c7565f69d49d34d8b8.tar.gz
ObjectIO is no longer an extralib
Diffstat (limited to 'mk')
-rw-r--r--mk/config.mk.in4
1 files changed, 0 insertions, 4 deletions
diff --git a/mk/config.mk.in b/mk/config.mk.in
index 6fce4518ec..28b57a7a9b 100644
--- a/mk/config.mk.in
+++ b/mk/config.mk.in
@@ -442,10 +442,6 @@ SplitObjs=$(strip $(if $(filter $(TargetArch_CPP),i386 x86_64 powerpc sparc),\
# Math library
LIBM=@LIBM@
-# Build the ObjectIO ?
-#
-GhcLibsWithObjectIO=@GhcLibsWithObjectIO@
-
# .NET interop support?
#
DotnetSupport=@DotnetSupport@