diff options
author | Ian Lynagh <igloo@earth.li> | 2007-09-10 13:35:28 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2007-09-10 13:35:28 +0000 |
commit | 60610640fdf2f9b037f2d323f3e1127849e76028 (patch) | |
tree | a711e54a3ebd0c24b05560991b63a5c6a98fe31f /mk | |
parent | b59ce959a2a107bbcf68245287e4ed508b2cb351 (diff) | |
download | haskell-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.in | 4 |
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). |