[GHC] #9552: powerpc64 little endian: dll-split: Reachable modules from DynFlags out of date
GHC
ghc-devs at haskell.org
Sun Sep 7 19:06:07 UTC 2014
#9552: powerpc64 little endian: dll-split: Reachable modules from DynFlags out of
date
----------------------------------------------+---------------------------
Reporter: trommler | Owner:
Type: bug | Status: new
Priority: normal | Milestone:
Component: Compiler | Version: 7.8.3
Resolution: | Keywords:
Operating System: Linux | Architecture: Other
Type of failure: Building GHC failed | Difficulty: Unknown
Test Case: | Blocked By:
Blocking: | Related Tickets:
Differential Revisions: |
----------------------------------------------+---------------------------
Comment (by slyfox):
Did you happen to disable ghci building on that platform
or maybe you've noticed it was not enabled there (it should)?
Otherwise make does not generate a few of depends it relies on as required
like this one:
{{{
compiler/stage2/build/ByteCodeGen.dyn_o :
compiler/stage2/build/Bitmap.dyn_hi
compiler/stage2/build/ByteCodeGen.o : compiler/stage2/build/Bitmap.hi
}}}
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/9552#comment:2>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list