24 Aug 2012 18:27
24 Aug 2012 18:52
Re: Compiling Haskell targetting different OS/arch
Taylor Hedberg <t <at> tmh.cc>
2012-08-24 16:52:22 GMT
2012-08-24 16:52:22 GMT
Thiago Negri, Fri 2012-08-24 <at> 13:27:32-0300: > Is it possible to compile Haskell code targetting a OS/arch that > differs from the one where the compiler (GHC) is running? No, GHC doesn't currently support cross-compilation.
_______________________________________________ Haskell-Cafe mailing list Haskell-Cafe <at> haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe
27 Aug 2012 15:46
Re: Compiling Haskell targetting different OS/arch
Sergey Mironov <ierton <at> gmail.com>
2012-08-27 13:46:41 GMT
2012-08-27 13:46:41 GMT
ARM guys use native ghc to build arm binaries 2012/8/24 Taylor Hedberg <t <at> tmh.cc>: > Thiago Negri, Fri 2012-08-24 <at> 13:27:32-0300: >> Is it possible to compile Haskell code targetting a OS/arch that >> differs from the one where the compiler (GHC) is running? > > No, GHC doesn't currently support cross-compilation. > > _______________________________________________ > Haskell-Cafe mailing list > Haskell-Cafe <at> haskell.org > http://www.haskell.org/mailman/listinfo/haskell-cafe >
RSS Feed