
2 Apr
2008
2 Apr
'08
7:50 p.m.
On Wed, Apr 02, 2008 at 07:12:16PM -0400, michael@schmong.org wrote:
so it's this line that seems of the most interesting
cc1: error: unrecognized option `-fno-unit-at-a-time'
It looks like your version of ghc isn't designed to be used with the version of gcc you have. Putting this in mk/build.mk ought to let the build go through: SRC_HC_OPTS = -fasm GhcStage1HcOpts = -fasm Thanks Ian