#1717: ghc-6.8 configure does not recognise 32bit userland on ppc64
----------------------------------+-----------------------------------------
 Reporter:  [EMAIL PROTECTED]  |          Owner:             
     Type:  bug                   |         Status:  reopened   
 Priority:  normal                |      Milestone:  6.8.3      
Component:  Build System          |        Version:  6.8        
 Severity:  normal                |     Resolution:             
 Keywords:                        |     Difficulty:  Easy (1 hr)
 Testcase:  normal build          |   Architecture:  powerpc64  
       Os:  Linux                 |  
----------------------------------+-----------------------------------------
Comment (by simonmar):

 We want to do the right thing here, but I'm not sure it's as simple as you
 say.

 If there's a mismatch between `uname -m` and the kind of binaries that gcc
 produces, then who's to say which one is "right"?  You might have
 forgotten to point the build at the correct gcc, or you might have
 forgotten to use `linux32`.  We could guess that you wanted a 32-bit build
 and do that, but we might be wrong.  The best we can do is spot the
 inconsistency and ask the user to resolve it.

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