
17 Jan
2013
17 Jan
'13
8 a.m.
Cross-compilers please take note: On 17/01/13 12:57, Simon Marlow wrote:
Before ------
To build a cross-compiler: ./configure --target=<..>
To compile a foreign GHC: ./configure --host=<..> --target=<..>
Now ---
To build a cross-compiler: ./configure --target=<..> And set "Stage1Only=YES" in mk/build.mk
To compile a foreign GHC: ./configure --target=<..>
Cheers, Simon