[commit: ghc] : Reenable object splitting on Darwin, now #4013 appears to be fixed (19d8dcb)
Simon Marlow
marlowsd at gmail.com
Wed Mar 2 16:47:06 CET 2011
Repository : ssh://darcs.haskell.org//srv/darcs/ghc
On branch :
http://hackage.haskell.org/trac/ghc/changeset/19d8dcbdaac5dc10e551703b824e8237e7d5f0a1
>---------------------------------------------------------------
commit 19d8dcbdaac5dc10e551703b824e8237e7d5f0a1
Author: Ian Lynagh <igloo at earth.li>
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 \
More information about the Cvs-ghc
mailing list