Re: [Haskell-cafe] Status of GHC as a Cross Compiler

2009-09-23 Thread Donnie Jones
Hello John, glasgow-haskell-users is a more appropriate list... http://www.haskell.org/mailman/listinfo/glasgow-haskell-users I went ahead and cc'd your message to the list. Any replies please include John's email address as I don't think he is subscribed to the list. Hope that helps... -- Donn

Re: [Haskell-cafe] Status of GHC as a Cross Compiler

2009-09-24 Thread Ben Lippmeier
No, GHC won't be a native cross compiler in 6.12. There are #ifdefs through the code which control what target architecture GHC is being compiled for, and at the moment it doesn't support the host architecture being different from the target architecture. I did some work on the native cod