diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2017-12-04 12:41:32 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2017-12-04 12:41:32 +0200 |
commit | 398134d2b4d362f857de5d2c94942e919d0bc534 (patch) | |
tree | 03c5e1ce206a477fe41d344dae51b48aee73666b /build2/b.cxx | |
parent | 2c8294b069f5df30d281e0f4f580f6f313a50eb2 (diff) |
Implement better cross-hinting between c-family modules
Diffstat (limited to 'build2/b.cxx')
-rw-r--r-- | build2/b.cxx | 1 |
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}; |