X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=mk%2Fconfig.mk.in;h=5cfec6f21035c1e206c34e6db5c41e071cf019ff;hb=1ab3f87c52afc1f85ebddd55683af1dcd3644027;hp=db75471a1c40a1a3e9462e69055057cfb30d5469;hpb=c12d117d72119decaff680999b91edce470fd561;p=ghc-hetmet.git 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,