From 3e78b3eea3a95e8ef5bee59a9c85ddfa73c03ab7 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 10 Mar 2016 09:33:27 +0200 Subject: Rename cxx.host.* to cxx.target.* --- build2/cxx/compile.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'build2/cxx/compile.cxx') diff --git a/build2/cxx/compile.cxx b/build2/cxx/compile.cxx index 2b37250..3cd4b9d 100644 --- a/build2/cxx/compile.cxx +++ b/build2/cxx/compile.cxx @@ -131,7 +131,7 @@ namespace build2 if (a == perform_update_id) { scope& rs (t.root_scope ()); - const string& sys (as (*rs["cxx.host.system"])); + const string& sys (as (*rs["cxx.target.system"])); // The cached prerequisite target should be the same as what is in // t.prerequisite_targets since we used standard search() and match() @@ -463,7 +463,7 @@ namespace build2 auto init_args = [&t, &s, &rs, &args, &cxx_std] () { const string& cxx (as (*rs["config.cxx"])); - const string& sys (as (*rs["cxx.host.system"])); + const string& sys (as (*rs["cxx.target.system"])); args.push_back (cxx.c_str ()); @@ -925,7 +925,7 @@ namespace build2 scope& rs (t.root_scope ()); const string& cxx (as (*rs["config.cxx"])); - const string& sys (as (*rs["cxx.host.system"])); + const string& sys (as (*rs["cxx.target.system"])); cstrings args {cxx.c_str ()}; -- cgit v1.1