Re: cross-compiling with GHC
Mathew Mills <[email protected]>
| Newsgroups | gmane.comp.lang.haskell.cvs.all |
|---|---|
| Message-ID | <75921D87-010F-1000-BCB5-E9493E94B12A-Webmail-10016__37393.6299737126$1166224119$gmane$org@mac.com> |
Let me clarify that. 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. All the references on GHC and cross-compile seem to be talking about bootstrapping a build of GHC itself, but I want to cross-compile my applications. Thanks again. On Friday, December 15, 2006, at 03:05PM, "Mathew Mills" <[email protected]> wrote: >I want to build haskell targeting x86_64 from a 32-bit machine. I have everything already setup for cross-compiling C code. Does GHC support cross-compiling like this? > >Thanks > >_______________________________________________ >Cvs-ghc mailing list >[email protected] >http://www.haskell.org/mailman/listinfo/cvs-ghc > >