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

_______________________________________________
ghc-devs mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/ghc-devs

Reply via email to