aboutsummaryrefslogtreecommitdiff
path: root/build2/cc/common.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2017-12-04 12:42:09 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2017-12-04 12:42:09 +0200
commitad770fe609d1958a64e7364861296ac5407611d9 (patch)
tree00636725cad5adebc03e6659b411c6123b8ebea9 /build2/cc/common.hxx
parent398134d2b4d362f857de5d2c94942e919d0bc534 (diff)
Improve diagnostics when c-family modules using different toolchains
We now also warn on toolchain pattern mismatch.
Diffstat (limited to 'build2/cc/common.hxx')
-rw-r--r--build2/cc/common.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/build2/cc/common.hxx b/build2/cc/common.hxx
index ad550e1..f4cd0c7 100644
--- a/build2/cc/common.hxx
+++ b/build2/cc/common.hxx
@@ -94,6 +94,8 @@ namespace build2
const variable& x_signature;
const variable& x_checksum;
+ const variable& x_pattern;
+
const variable& x_target;
const variable& x_target_cpu;
const variable& x_target_vendor;