Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch :
http://hackage.haskell.org/trac/ghc/changeset/19d8dcbdaac5dc10e551703b824e8237e7d5f0a1 >--------------------------------------------------------------- commit 19d8dcbdaac5dc10e551703b824e8237e7d5f0a1 Author: Ian Lynagh <[email protected]> Date: Sat Feb 19 19:14:09 2011 +0000 Reenable object splitting on Darwin, now #4013 appears to be fixed >--------------------------------------------------------------- mk/config.mk.in | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/mk/config.mk.in b/mk/config.mk.in index 982f501..72cdcb2 100644 --- a/mk/config.mk.in +++ b/mk/config.mk.in @@ -294,8 +294,7 @@ PackageSourceURL = http://darcs.haskell.org/packages/$(PACKAGE)/%{FILE} # doing object-file splitting ArchSupportsSplitObjs=$(strip $(if $(filter $(TargetArch_CPP),i386 x86_64 powerpc sparc),YES,NO)) -# Object splitting is disabled on darwin due to #4013 -OsSupportsSplitObjs=$(strip $(if $(filter $(TargetOS_CPP),mingw32 cygwin32 linux solaris2 freebsd dragonfly netbsd openbsd),YES,NO)) +OsSupportsSplitObjs=$(strip $(if $(filter $(TargetOS_CPP),mingw32 cygwin32 linux darwin solaris2 freebsd dragonfly netbsd openbsd),YES,NO)) # lazy test, so that $(GhcUnregisterised) can be set in build.mk SupportsSplitObjs=$(strip \ _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
