Re: cross-compiling with GHC
Ian Lynagh <[email protected]>
| Newsgroups | gmane.comp.lang.haskell.cvs.all |
|---|---|
| Message-ID | <20061217151426.GA1251__45717.0306043283$1166368480$gmane$org@matrix.chaos.earth.li> |
Hi Mathewm, On Fri, Dec 15, 2006 at 03:08:24PM -0800, Mathew Mills wrote: > > I want to be able to build a version of GHC that runs on x86 but > generates binaries that will run natively on x86_64. That isn't currently supported, I'm afraid. I don't think there would be any major technical difficulties in adding support, just a lot of assumptions in the compiler, libraries and build system that we are generating code for the architecture that we are on, so it could eat quite a bit of time. Thanks Ian