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/link.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'build2/cxx/link.cxx') diff --git a/build2/cxx/link.cxx b/build2/cxx/link.cxx index d8b675b..16948b2 100644 --- a/build2/cxx/link.cxx +++ b/build2/cxx/link.cxx @@ -221,7 +221,7 @@ namespace build2 return p.target; scope& rs (*p.scope.root_scope ()); - const string& sys (as (*rs["cxx.host.system"])); + const string& sys (as (*rs["cxx.target.system"])); bool l (p.is_a ()); const string* ext (l ? nullptr : p.ext); // Only for liba/libso. @@ -486,7 +486,7 @@ namespace build2 path_target& t (static_cast (xt)); scope& rs (t.root_scope ()); - const string& sys (as (*rs["cxx.host.system"])); + const string& sys (as (*rs["cxx.target.system"])); type lt (link_type (t)); bool so (lt == type::so); @@ -758,7 +758,7 @@ namespace build2 bool up (execute_prerequisites (a, t, t.mtime ())); scope& rs (t.root_scope ()); - const string& sys (as (*rs["cxx.host.system"])); + const string& sys (as (*rs["cxx.target.system"])); // Check/update the dependency database. // -- cgit v1.1