diff options
author | Ian Lynagh <igloo@earth.li> | 2008-07-09 13:57:22 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2008-07-09 13:57:22 +0000 |
commit | 80d2e6f711d54f59c4d698c7565f69d49d34d8b8 (patch) | |
tree | f582f65e288c219b52baaad7b2c0229e80aa135f /mk | |
parent | ccc9a4a5c7131e5bece84c0983d7d3f8d6480967 (diff) | |
download | haskell-80d2e6f711d54f59c4d698c7565f69d49d34d8b8.tar.gz |
ObjectIO is no longer an extralib
Diffstat (limited to 'mk')
-rw-r--r-- | mk/config.mk.in | 4 |
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@ |