summaryrefslogtreecommitdiff
path: root/mk/config.mk.in
diff options
context:
space:
mode:
authorIan Lynagh <ian@well-typed.com>2012-11-23 15:49:42 +0000
committerIan Lynagh <ian@well-typed.com>2012-11-23 15:49:42 +0000
commit951e28c0625ece7e0db6ac9d4a1e61e2737b10de (patch)
tree863668301fd30e58f8fa71aac2dd6be62964bf45 /mk/config.mk.in
parent91c6593c45a2d39b61a9adca667b73e293872d23 (diff)
downloadhaskell-951e28c0625ece7e0db6ac9d4a1e61e2737b10de.tar.gz
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.
Diffstat (limited to 'mk/config.mk.in')
-rw-r--r--mk/config.mk.in4
1 files changed, 4 insertions, 0 deletions
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,