summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Lynagh <ian@well-typed.com>2013-02-23 13:16:01 +0000
committerIan Lynagh <ian@well-typed.com>2013-02-23 13:16:01 +0000
commit06edacff89c07f0ba2d7ac6004b62b1ebd54ed7f (patch)
tree7a568056436596d388947fbfbd646f31b5e048eb
parent02a489edcf82e6c38d6ee67faa337fdd314f9c0c (diff)
downloadhaskell-06edacff89c07f0ba2d7ac6004b62b1ebd54ed7f.tar.gz
Turn -dynamic-too off in the build system for now
-rw-r--r--mk/config.mk.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/mk/config.mk.in b/mk/config.mk.in
index 0b51a15a02..4831a7c34f 100644
--- a/mk/config.mk.in
+++ b/mk/config.mk.in
@@ -127,6 +127,9 @@ endif
# cabal-install's that are in the wild don't handle it properly.
DYNAMIC_BY_DEFAULT = NO
+# For now, we unconditionally disable building with -dynamic-too
+DYNAMIC_TOO = 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,