[GHC] #8210: Make fails for Building a GHC cross-compiler for Apple iOS target (i386-apple-darwin11)

GHC ghc-devs at haskell.org
Sun Sep 1 22:41:44 CEST 2013


#8210: Make fails for Building a GHC cross-compiler for Apple iOS target (i386
-apple-darwin11)
----------------------------------------+----------------------------------
        Reporter:  alen_ribic           |            Owner:
            Type:  bug                  |           Status:  new
        Priority:  normal               |        Milestone:
       Component:  Compiler             |          Version:  7.7
      Resolution:                       |         Keywords:
Operating System:  Unknown/Multiple     |     Architecture:  x86_64 (amd64)
 Type of failure:  Building GHC failed  |       Difficulty:  Unknown
       Test Case:                       |       Blocked By:
        Blocking:                       |  Related Tickets:
----------------------------------------+----------------------------------

Comment (by lukexi):

 Hi Alen,
 I just added a note yesterday about adding
 {{{
 GhcStage1HcOpts    = -O -fllvm
 }}}
 to the simulator build.mk — do you have that?

 If so then it's probably that you're using LLVM 3.2 rather than 3.0. I'm
 just using the binary http://llvm.org/releases/3.0/clang+llvm-3.0-x86_64
 -apple-darwin11.tar.gz and I'm pretty sure it's the only one I've had luck
 with. (If that's it, I'm just going to make it clear on the wiki page that
 3.0 is the only one that works right now : )).

 Cheers
 Luke

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




More information about the ghc-tickets mailing list