cross-compiling with GHC
Mathew Mills <[email protected]>
| Newsgroups | gmane.comp.lang.haskell.cvs.all,gmane.comp.lang.haskell.cvs.ghc |
|---|---|
| Message-ID | <[email protected]> |
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