summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2007-09-10 13:35:28 +0000
committerIan Lynagh <igloo@earth.li>2007-09-10 13:35:28 +0000
commit60610640fdf2f9b037f2d323f3e1127849e76028 (patch)
treea711e54a3ebd0c24b05560991b63a5c6a98fe31f /mk
parentb59ce959a2a107bbcf68245287e4ed508b2cb351 (diff)
downloadhaskell-60610640fdf2f9b037f2d323f3e1127849e76028.tar.gz
Add a BeConservative setting to the make system
If it is set, we don't try to use clock_gettime
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 383011d711..9bfd642ce1 100644
--- a/mk/config.mk.in
+++ b/mk/config.mk.in
@@ -291,6 +291,10 @@ else
GhcEnableTablesNextToCode=YES
endif
+# When building bindists we set this to yes so that the binaries are as
+# portable as possible.
+BeConservative = NO
+
#
# Building various ways?
# (right now, empty if not).