X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=mk%2Fconfig.mk.in;h=cfabf57a6ac1a002daa761582042dc9114c48592;hb=0aa891b0420c17936c6b9961e6b7d33e3a9b7bb3;hp=8d5b6d525e7f149d8b4194b92ff7eb30c1eeca1a;hpb=b55c9113d0e0ebdd5f4fcf579efdcfdd952566fa;p=ghc-hetmet.git diff --git a/mk/config.mk.in b/mk/config.mk.in index 8d5b6d5..cfabf57 100644 --- a/mk/config.mk.in +++ b/mk/config.mk.in @@ -168,6 +168,11 @@ ProjectsDontInstall = glafp-utils nofib IncludeTestDirsInBuild=NO # +# Should the various project example directories be built? +# +IncludeExampleDirsInBuild=NO + +# # Which ways should SGML documents be built? # options are: dvi ps pdf html rtf # @@ -225,11 +230,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