On Jan 27, 2013, at 10:35 PM, Christopher Done <chrisdone@gmail.com> wrote:

The trac claims that ghc can compile itself to C so that only standard gnu C tools are needed to build an unregistered compiler.

Wait, it can? Where's that?

Look at unregistered builds. For example: http://hackage.haskell.org/trac/ghc/wiki/Commentary/Compiler/Backends/PprC

I don't know how we'll it works, but the generated code is meant for people porting GHC to a new platform.

Jason