#1717: ghc-6.8 configure does not recognise 32bit userland on ppc64
-------------------------------------+--------------------------------------
Reporter: [EMAIL PROTECTED] | Owner: simonmar
Type: bug | Status: new
Priority: normal | Milestone: 6.8.1
Component: Build System | Version: 6.8
Severity: normal | Resolution:
Keywords: | Difficulty: Unknown
Os: Linux | Testcase: normal build
Architecture: powerpc64 |
-------------------------------------+--------------------------------------
Comment (by guest):
The lines
{{{
Using built-in specs.
Target: powerpc-unknown-linux-gnu
}}}
in the out-of-the-box config.log come after
{{{
configure:3236: gcc -v </dev/null >&5
}}}
--- perhaps it is worth while making sure that GHC does not try to target
a different machine than the gcc it uses? ;-)
There amy already be something in the direction:
{{{
configure:3357: checking whether we are cross compiling
configure:3359: result: no
}}}
but obviously it does not catch this case.
Wolfram
--
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/1717#comment:8>
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