aboutsummaryrefslogtreecommitdiff
path: root/libbuild2/cc
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2020-04-02 12:49:10 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2020-04-02 12:49:10 +0200
commit0fb42229a5bf13170667701ad6cb468d58348007 (patch)
treed56760707760af718decb319ea17f91d1e98e51a /libbuild2/cc
parent3d08bfb688cf08fb805c9431d43e65d58dcb8669 (diff)
Fix ~host config to only contain cc and bin modules configuration
Also add ~build2 that contains everything (except config.dist.*) to be used for build system modules.
Diffstat (limited to 'libbuild2/cc')
-rw-r--r--libbuild2/cc/module.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/libbuild2/cc/module.cxx b/libbuild2/cc/module.cxx
index 2b2604b..a485b46 100644
--- a/libbuild2/cc/module.cxx
+++ b/libbuild2/cc/module.cxx
@@ -89,7 +89,7 @@ namespace build2
}
}
- // If cc.core.config is already loaded then use its toolchain id,
+ // If cc.core.guess is already loaded then use its toolchain id,
// (optional) pattern, and mode to guess an appropriate default
// (e.g., for {gcc, *-4.9 -m64} we will get g++-4.9 -m64).
//