On 12/03/2015 11:04 AM, Romain Dolbeau wrote: > Apparently you don't need a cross-compiler: > > <https://wiki.haskell.org/GHC:FAQ#How_do_I_port_GHC_to_platform_X.3F> > > I quote: > > "Both ways require you to bootstrap from intermediate HC files: these > are the stylised C files generated by GHC when it compiles Haskell > source. Basically the idea is to take the HC files for GHC itself to the > target machine and compile them with gcc to get a working GHC, and go > from there."
Sounds a bit more feasible, yeah! But I'll wait if someone else shows up with pre-compiled binaries. Still looks like a lot of work and I would like to do some m68k work as well. Adrian -- .''`. John Paul Adrian Glaubitz : :' : Debian Developer - [email protected] `. `' Freie Universitaet Berlin - [email protected] `- GPG: 62FF 8A75 84E0 2956 9546 0006 7426 3B37 F5B5 F913

