On Fri, 14 Oct 2011 07:09:12 +0200, Karel Gardas <[email protected]> wrote: > > Hi Ben, > > what's wrong is your build.mk file. I'm using: > > GhcLibWays = v > > SplitObjs = NO > HADDOCK_DOCS = NO > BUILD_DOCBOOK_HTML = NO > BUILD_DOCBOOK_PS = NO > BUILD_DOCBOOK_PDF = NO > It seems the problem is not build.mk. Using your configuration I still end up with a stage 1 with no native codegen. This makes sense as it seems our configurations are in reality almost identical. As you point out, the -fvia-C is redundant and I believe -fasm is assumed during the stage 2 build in your case.
Anyways, I honestly don't know what's happening at this point. I'll look at it again tomorrow. Cheers, - Ben _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
