From 951e28c0625ece7e0db6ac9d4a1e61e2737b10de Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Fri, 23 Nov 2012 15:49:42 +0000 Subject: 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 file changed, 4 insertions(+) (limited to 'mk/config.mk.in') diff --git a/mk/config.mk.in b/mk/config.mk.in index e0dc017c6b..206232a91a 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, -- cgit v1.2.1