#2965: GHC on OS X does not compile 64-bit
--------------------------------+-------------------------------------------
    Reporter:  Axman6           |        Owner:  thoughtpolice
        Type:  feature request  |       Status:  new          
    Priority:  normal           |    Milestone:  6.12 branch  
   Component:  Compiler         |      Version:               
    Severity:  normal           |   Resolution:               
    Keywords:  64bit            |   Difficulty:  Unknown      
    Testcase:                   |           Os:  MacOS X      
Architecture:  x86_64 (amd64)   |  
--------------------------------+-------------------------------------------
Changes (by thoughtpolice):

  * keywords:  => 64bit
  * owner:  => thoughtpolice
  * version:  6.10.1 =>
 * cc: mad....@gmail.com (added)

Comment:

 There seems to already be support for the `x86_64-apple-darwin` target in
 configure.ac; running configure like so:

 {{{./configure --build=x86_64-apple-darwin}}}

 results in x86_64_HOST_ARCH being defined throughout.

 The Stage1 compiler seems to mostly build after this; the first failure is
 in Adjustor.c because as Manuel said the runtime system isn't designed to
 handle 64bit OS X yet - the code path indeed needs to be split.

 I'm taking over this ticket because I'm interested in getting it working;
 64bit support is already there and it would be nice to have on OS X.

-- 
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/2965#comment:3>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
_______________________________________________
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs

Reply via email to