summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2010-09-20 21:15:38 +0000
committerIan Lynagh <igloo@earth.li>2010-09-20 21:15:38 +0000
commit9102e55f42c416f1149df87042cd65716d457315 (patch)
tree218760d01e214de8d38238d9cb9242ec960b650e /mk
parent58ea75d4b92f728a43f7f8210a79687f2198ff94 (diff)
downloadhaskell-9102e55f42c416f1149df87042cd65716d457315.tar.gz
"UseArchivesForGhci = YES" on darwin
Diffstat (limited to 'mk')
-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 92b067f53d..6caece799b 100644
--- a/mk/config.mk.in
+++ b/mk/config.mk.in
@@ -190,7 +190,11 @@ else
UseLibFFIForAdjustors=YES
endif
+ifeq "$(findstring $(HostOS_CPP), darwin)" ""
UseArchivesForGhci = NO
+else
+UseArchivesForGhci = YES
+endif
# On Windows we normally want to make a relocatable bindist, to we
# ignore flags like libdir