
4 Mar
2002
4 Mar
'02
2:54 a.m.
"Simon Marlow"
Cross compilation in GHC is usually done by taking .hc files generated on a machine with a working GHC and compiling them on the target machine using only gcc. This is how we bootstrap GHC on new machines.
So then it reduces to getting a GCC cross compiler? (Which shouldn't be insurmountable) -kzm -- If I haven't seen further, it is by standing in the footprints of giants