[GHC] #12075: Fails to build on powerpcspe because of inline assembly
GHC
ghc-devs at haskell.org
Fri May 5 18:14:37 UTC 2017
#12075: Fails to build on powerpcspe because of inline assembly
----------------------------------------+----------------------------------
Reporter: glaubitz | Owner: (none)
Type: bug | Status: infoneeded
Priority: normal | Milestone: 8.4.1
Component: Build System | Version: 8.0.1
Resolution: | Keywords:
Operating System: Linux | Architecture: powerpc
Type of failure: Building GHC failed | Test Case:
Blocked By: | Blocking:
Related Tickets: | Differential Rev(s):
Wiki Page: |
----------------------------------------+----------------------------------
Comment (by glaubitz):
Replying to [comment:11 trommler]:
> That's exactly the problem. The inline assembly is there and used even
when "--enable-unregisterised" > BTW `StgCRunAsm.S` should not matter in
your case at all. It has code only for AIX and PowerPC 64-bit Little
Endian. It does not, however, handle `USE_MINIINTERPRETER` which is
incorrect on AIX and 64-bit LE. I will post a patch for `StgCRunAsm.S` on
Phab shortly.
Hmm, you're right. I was pretty though I was building with --enable-
unregisterised. I will recheck the issue and report back. But, please bear
with me as building on the embedded system takes some time with an
unregisterised build.
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/12075#comment:13>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list