#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 kgardas):
It is simple, Solaris on amd64 aka x86_64 platform supports two ABI: one
64bit and one 32bit. Till now using older version of config.guess my
amd64/solaris box was recognized as i386-solaris and GHC behaves
accordingly and builds well (for i386-solaris2). Since your config.guess
update, GHC knows it's configured on amd64-solaris and complains about
unsupported platform. So my fix is natural fix to make GHC again believe
this is i386-solaris as it supports it all the time. Of course it's very
easy for anyone interested just to revert this simple patch and hack on
real amd64-solaris platform support. Is it more clear now?
--
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/2951#comment:6>
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