From: simonmar Date: Mon, 15 Sep 2003 14:20:45 +0000 (+0000) Subject: [project @ 2003-09-15 14:20:45 by simonmar] X-Git-Tag: Approx_11550_changesets_converted~452 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=02670da5cd2c4a2af282cb6b1b4af6d4eca7ed4c;p=ghc-hetmet.git [project @ 2003-09-15 14:20:45 by simonmar] Update comment for GhcUnregisterised. --- diff --git a/mk/config.mk.in b/mk/config.mk.in index 8d5b6d5..8228df8 100644 --- a/mk/config.mk.in +++ b/mk/config.mk.in @@ -225,11 +225,9 @@ GhcStage3HcOpts= # (way 'u') to get unregisterised code, but the default way will be # registerised. # -# NOTE: this is not the same as building the compiler itself -# unregisterised. That's done by either (a) bootstrapping with a -# compiler that was built with GhcUnregisterised=YES, or (b) -# bootstrapping with a compiler that has way 'u' libraries, and the -# flag '-unreg' is added to GhcHcOpts above. +# NOTE: the stage1 compiler will be a registerised binary (assuming +# the compiler you build with is generating registerised binaries), but +# the stage2 compiler will be an unregisterised binary. # GhcUnregisterised=NO