Warn about top-level bangs (Trac #4477)
[ghc-hetmet.git] / mk / config.mk.in
index 3882c26..6caece7 100644 (file)
@@ -190,6 +190,12 @@ 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
 ifeq "$(Windows)" "YES"