[GHC] #11168: Cross build broken in commit 7af29da05d

GHC ghc-devs at haskell.org
Sun Dec 6 09:23:28 UTC 2015


#11168: Cross build broken in commit 7af29da05d
-------------------------------------+-------------------------------------
        Reporter:  erikd             |                Owner:
            Type:  bug               |               Status:  new
        Priority:  normal            |            Milestone:  8.0.1
       Component:  Build System      |              Version:  7.11
      Resolution:                    |             Keywords:  cross-compile
Operating System:  Unknown/Multiple  |         Architecture:
                                     |  Unknown/Multiple
 Type of failure:  None/Unknown      |            Test Case:
      Blocked By:                    |             Blocking:
 Related Tickets:                    |  Differential Rev(s):
       Wiki Page:                    |
-------------------------------------+-------------------------------------

Comment (by erikd):

 Ok, I think the cause of the problem is that I'm configuring with:

 {{{
 ./configure --target=arm-linux-gnueabihf -with-gcc=arm-linux-gnueabihf-
 gcc-5
 }}}

 The `-with-gcc` argument is necessary because there is no compiler named
 `arm-linux-gnueabihf-gcc`.

--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/11168#comment:4>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler


More information about the ghc-tickets mailing list