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

  * priority:  normal => low
  * owner:  simonmar =>
  * milestone:  6.8.1 => 6.8 branch

Comment:

 Replying to [comment:8 guest]:

 This clearly isn't a serious problem, if it's a problem at all.  `uname
 -m` on your system claims `ppc64`, so that's what GHC uses as its target
 by default, and you can use `--build` to override it.  I bet gcc does the
 same thing.  Prefixing the configure with `linux32` also overrides the
 default.

 You point out that there is an inconsistency that GHC's configure could
 have detected: gcc's target is different from the default target that we
 chose.  Even if we detected that, I suspect the right behaviour is to fail
 with a message suggesting the use of `--build`.  I'll leave the bug open
 but at a low priority.

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