1 # -*- makefile-gmake -*-
3 # This is a build conf for bootstrapping compilers.
6 # We don't want any docs.
8 BUILD_DOCBOOK_HTML = NO
10 BUILD_DOCBOOK_PDF = NO
13 # Enabling evil-splitter reduces bindist size, which is good. However
14 # it introduces a run-time dependency on perl, which is unacceptable.
17 # We only want vanilla libraries and rts. No profiling, no shared
18 # libraries, no debugging, no event logging.
22 # I'm not sure disabling GHCi significantly reduces the bindist size,
23 # but we don't need it anyway.
24 GhcWithInterpreter = NO
26 # We don't want in-place GMP to be statically linked as it increases
27 # the bindist size. Dynamic linkage is even worse.
28 INTEGER_LIBRARY = integer-simple
30 # We'd like to distinguish bootstrapping bindists from normal ones.
31 BIN_DIST_NAME = ghc-$(ProjectVersion)-boot