From: simonmar Date: Tue, 19 Nov 2002 11:10:44 +0000 (+0000) Subject: [project @ 2002-11-19 11:10:44 by simonmar] X-Git-Tag: Approx_11550_changesets_converted~1437 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=1ab3f87c52afc1f85ebddd55683af1dcd3644027;p=ghc-hetmet.git [project @ 2002-11-19 11:10:44 by simonmar] Add GhcStage{1,2,3}HcOpts, empty by default --- diff --git a/mk/config.mk.in b/mk/config.mk.in index db75471..5cfec6f 100644 --- a/mk/config.mk.in +++ b/mk/config.mk.in @@ -164,6 +164,13 @@ GhcCompilerWays= # used to compile GHC. Useful when bootstrapping. GhcHcOpts=-Rghc-timing +# Extra options added to specific stages of the compiler bootstrap. +# These are placed later on the command line, and may therefore +# override options from $(GhcHcOpts). +GhcStage1HcOpts= +GhcStage2HcOpts= +GhcStage3HcOpts= + # Build a compiler that will build *unregisterised* libraries and # binaries by default. Unregisterised code is supposed to compile and # run without any support for architecture-specific assembly mangling,