Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : master
http://hackage.haskell.org/trac/ghc/changeset/951e28c0625ece7e0db6ac9d4a1e61e2737b10de >--------------------------------------------------------------- commit 951e28c0625ece7e0db6ac9d4a1e61e2737b10de Author: Ian Lynagh <i...@well-typed.com> Date: Fri Nov 23 15:49:42 2012 +0000 Unconditionally disable DYNAMIC_BY_DEFAULT for now While we work out some details, and wait for cabal-install's in the wild to catch up. >--------------------------------------------------------------- mk/config.mk.in | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/mk/config.mk.in b/mk/config.mk.in index e0dc017..206232a 100644 --- a/mk/config.mk.in +++ b/mk/config.mk.in @@ -148,6 +148,10 @@ else DYNAMIC_BY_DEFAULT = YES endif +# For now, we unconditionally disable dynamic-by-default, as the +# cabal-install's that are in the wild don't handle it properly. +DYNAMIC_BY_DEFAULT = NO + # Build a compiler that will build *unregisterised* libraries and # binaries by default. Unregisterised code is supposed to compile and # run without any support for architecture-specific assembly mangling, _______________________________________________ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc