From 41cad5bba8a718a0403c0578660c60e81c9f46e4 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 27 Jun 2016 16:59:09 +0200 Subject: Add config.bin.target var/hint, use to decide libso{} install mode Normally the user doesn't need to specify config.bin.target explicitly since the cxx module will hint it. We now also have the whole set of target's components: bin.target.{cpu,vendor,system,version,class} --- build2/target | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'build2/target') diff --git a/build2/target b/build2/target index 0205052..3207778 100644 --- a/build2/target +++ b/build2/target @@ -383,13 +383,13 @@ namespace build2 // Return a value suitable for assignment. See scope for details. // value& - assign (const variable& var) {return vars.assign (var).first;} + assign (const variable& var) {return vars.assign (var);} value& - assign (const string& name) {return vars.assign (name).first;} + assign (const string& name) {return vars.assign (name);} - // Unlike the two above, assign a non-overridable variable with normal - // visibility. + // Unlike the two above, assign a typed non-overridable variable with + // normal visibility. // template value& -- cgit v1.1