#5155: GHC won't configure for i586
------------------------+---------------------------------------------------
    Reporter:  mcandre  |       Owner:                                          
        Type:  bug      |      Status:  new                                     
    Priority:  normal   |   Component:  Compiler                                
     Version:  7.0.3    |    Keywords:  haiku configure config arch architecture
    Testcase:           |   Blockedby:                                          
          Os:  Other    |    Blocking:                                          
Architecture:  x86      |     Failure:  Building GHC failed                     
------------------------+---------------------------------------------------
 Somone posted about building GHC 6.12.1 for Linux and i586 (http://www
 .mail-archive.com/[email protected]/msg17646.html). It was
 never resolved.

 Now I'm trying to configure 7.0.3 for Haiku and i586, and I get the same
 error.

 {{{
 ~> ./configure --enable-hc-boot --build=i586-pc-haiku --host=i586-pc-haiku
 --target=i586-pc-haiku
 checking for gfind... no
 checking for find... /bin/find
 checking for sort... /bin/sort
 checking for ghc... no
 checking build system type... i586-pc-haiku
 checking host system type... i586-pc-haiku
 checking target system type... i586-pc-haiku
 Unknown CPU i586
 }}}

 I read {{{ config.sub }}}, and it looks like all architectures of the form
 i*86 should be accepted, but they're not.

 Until i586 is added, can someone tell me a correct architecture to supply
 to {{{ ./configure }}}?

 Bear in mind that {{{ --enable-hc-boot }}} is a must, since there is no
 GHC on Haiku to aid compilation of GHC.

-- 
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/5155>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler

_______________________________________________
Glasgow-haskell-bugs mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs

Reply via email to