aboutsummaryrefslogtreecommitdiff
path: root/build2/b.cxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2017-12-04 12:41:32 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2017-12-04 12:41:32 +0200
commit398134d2b4d362f857de5d2c94942e919d0bc534 (patch)
tree03c5e1ce206a477fe41d344dae51b48aee73666b /build2/b.cxx
parent2c8294b069f5df30d281e0f4f580f6f313a50eb2 (diff)
Implement better cross-hinting between c-family modules
Diffstat (limited to 'build2/b.cxx')
-rw-r--r--build2/b.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/build2/b.cxx b/build2/b.cxx
index 9ad21bc..a88d1c0 100644
--- a/build2/b.cxx
+++ b/build2/b.cxx
@@ -324,6 +324,7 @@ main (int argc, char* argv[])
bm["bin.rc"] = mf {nullptr, &bin::rc_init};
bm["cc.core.vars"] = mf {nullptr, &cc::core_vars_init};
+ bm["cc.core.guess"] = mf {nullptr, &cc::core_guess_init};
bm["cc.core.config"] = mf {nullptr, &cc::core_config_init};
bm["cc.core"] = mf {nullptr, &cc::core_init};
bm["cc.config"] = mf {nullptr, &cc::config_init};