summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorAustin Seipp <austin@well-typed.com>2014-01-13 02:15:35 -0600
committerAustin Seipp <austin@well-typed.com>2014-01-14 03:46:06 -0600
commit4d5d68a87c282dc4bdac146685b2705de8fdbe3a (patch)
treecfb9935b3e8e8cca5985470fce619729952df475 /mk
parentf9892b24c740628a54f5ebdd89e2fd5f72590522 (diff)
downloadhaskell-4d5d68a87c282dc4bdac146685b2705de8fdbe3a.tar.gz
Disable -dynamic-too on Windows
Signed-off-by: Austin Seipp <austin@well-typed.com>
Diffstat (limited to 'mk')
-rw-r--r--mk/config.mk.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/mk/config.mk.in b/mk/config.mk.in
index 59d48c4ccf..350ea697c7 100644
--- a/mk/config.mk.in
+++ b/mk/config.mk.in
@@ -137,6 +137,7 @@ DYNAMIC_TOO = YES
ifeq "$(TargetOS_CPP)" "mingw32"
# This doesn't work on Windows yet
DYNAMIC_GHC_PROGRAMS = NO
+DYNAMIC_TOO=NO
else ifeq "$(TargetOS_CPP)" "freebsd"
# FreeBSD cannot do proper resolution for $ORIGIN (due to a bug in
# rtld(1)), so disable it by default (see #7819).