diff options
author | Alp Mestanogullari <alp@well-typed.com> | 2018-10-01 15:14:23 +0200 |
---|---|---|
committer | Krzysztof Gogolewski <krz.gogolewski@gmail.com> | 2018-10-01 15:14:23 +0200 |
commit | 99eb4595910f20c41734aa07a2da4db1f25512ae (patch) | |
tree | 64cfa62ef1cd81fa44fe28cb2ba815421225f3e2 /libraries | |
parent | 139ef7e19194c8396bb857df83fdd6bbe9ff3283 (diff) | |
download | haskell-99eb4595910f20c41734aa07a2da4db1f25512ae.tar.gz |
ghc-bin.cabal.in: add a 'threaded' flag for hadrian
Summary:
hadrian will explicitly enable this flag, but more importantly needs it
as otherwise we just never end up passing -threaded to GHC when building
a new GHC binary. We could quite likely unconditionally pass -threaded,
as the corresponding logic for GhcThreaded in mk/config.mk.in seems to
always lead to it being set to True, but we instead leave a way out for
anyone in need of a GHC linked against a non-threaded runtime system in
the future.
Test Plan: T8242 (with a GHC built by hadrian)
Reviewers: bgamari
Reviewed By: bgamari
Subscribers: rwbarton, carter
Differential Revision: https://phabricator.haskell.org/D5146
Diffstat (limited to 'libraries')
0 files changed, 0 insertions, 0 deletions