[commit: ghc] master: Turn -dynamic-too off in the build system for now (06edacf)
Ian Lynagh
igloo at earth.li
Sat Feb 23 16:18:40 CET 2013
Repository : ssh://darcs.haskell.org//srv/darcs/ghc
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/06edacff89c07f0ba2d7ac6004b62b1ebd54ed7f
>---------------------------------------------------------------
commit 06edacff89c07f0ba2d7ac6004b62b1ebd54ed7f
Author: Ian Lynagh <ian at well-typed.com>
Date: Sat Feb 23 13:16:01 2013 +0000
Turn -dynamic-too off in the build system for now
>---------------------------------------------------------------
mk/config.mk.in | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/mk/config.mk.in b/mk/config.mk.in
index 0b51a15..4831a7c 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,
More information about the ghc-commits
mailing list