aboutsummaryrefslogtreecommitdiff
path: root/libbuild2/cc/init.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'libbuild2/cc/init.cxx')
-rw-r--r--libbuild2/cc/init.cxx16
1 files changed, 8 insertions, 8 deletions
diff --git a/libbuild2/cc/init.cxx b/libbuild2/cc/init.cxx
index 040df7f..6791190 100644
--- a/libbuild2/cc/init.cxx
+++ b/libbuild2/cc/init.cxx
@@ -185,18 +185,18 @@ namespace build2
// config.cc.{id,hinter}
//
+ // These values must be hinted.
+ //
{
- // These values must be hinted.
- //
rs.assign<string> ("cc.id") = cast<string> (h["config.cc.id"]);
rs.assign<string> ("cc.hinter") = cast<string> (h["config.cc.hinter"]);
}
// config.cc.target
//
+ // This value must be hinted.
+ //
{
- // This value must be hinted.
- //
const auto& t (cast<target_triplet> (h["config.cc.target"]));
// Also enter as cc.target.{cpu,vendor,system,version,class} for
@@ -213,18 +213,18 @@ namespace build2
// config.cc.pattern
//
+ // This value could be hinted. Note that the hints may not be the same.
+ //
{
- // This value could be hinted.
- //
rs.assign<string> ("cc.pattern") =
cast_empty<string> (h["config.cc.pattern"]);
}
// config.cc.mode
//
+ // This value could be hinted. Note that the hints may not be the same.
+ //
{
- // This value could be hinted.
- //
rs.assign<strings> ("cc.mode") =
cast_empty<strings> (h["config.cc.mode"]);
}