HEADS UP (was Re: [commit: ghc] master: Tidy up cross-compiling (109a1e5))
Simon Marlow
marlowsd at gmail.com
Thu Jan 17 14:00:44 CET 2013
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
More information about the ghc-devs
mailing list