#2951: Add support for amd64-solaris2 platform
--------------------------------+-------------------------------------------
    Reporter:  kgardas          |        Owner:  simonmar   
        Type:  feature request  |       Status:  new        
    Priority:  normal           |    Milestone:  6.12 branch
   Component:  Compiler         |      Version:  6.10.1     
    Severity:  normal           |   Resolution:             
    Keywords:                   |   Difficulty:  Unknown    
    Testcase:                   |           Os:  Solaris    
Architecture:  x86_64 (amd64)   |  
--------------------------------+-------------------------------------------
Comment (by simonmar):

 So `./configure` is actually misreporting your platform, because your
 platform by default is really `i386-pc-solaris`.  Perhaps it is picking up
 a different C compiler somewhere that generates 64-bit code?  Try
 investigating which $CC is used in `config.guess` vs. when calling it via
 `./configure`, and also which options are passed to $CC if any.

-- 
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/2951#comment:10>
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