diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2014-10-04 20:48:22 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2014-10-04 21:29:05 +0100 |
commit | 2a8ea4745d6ff79d6ce17961a64d9013243fc3c6 (patch) | |
tree | 176b95e82a43ff5b771342adc29fc2a1f63330e5 /aclocal.m4 | |
parent | e8dac6dc60beea863c3a5daded68f5157ab546fb (diff) | |
download | haskell-2a8ea4745d6ff79d6ce17961a64d9013243fc3c6.tar.gz |
ghc.mk: fix list for dll-split on GHCi-less builds
To reproduce build failure it's enough to try
to build GHC on amd64 with the following setup:
$ cat mk/build.mk
# for #9552
GhcWithInterpreter = NO
It gives:
Reachable modules from DynFlags out of date
Please fix compiler/ghc.mk, or building DLLs on Windows may break (#7780)
Redundant modules: Bitmap BlockId ... <list of 42 modules>
<make error>
dll-split among other things makes sure
all mentioned modules are used by DynFlags.
'#ifdef GHCI' keeps is from happening.
Patch moves those 42 modules under
'GhcWithInterpreter' guard.
Fixes Issue #9552
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'aclocal.m4')
0 files changed, 0 insertions, 0 deletions