From ad770fe609d1958a64e7364861296ac5407611d9 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 4 Dec 2017 12:42:09 +0200 Subject: Improve diagnostics when c-family modules using different toolchains We now also warn on toolchain pattern mismatch. --- build2/cc/common.hxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'build2/cc/common.hxx') 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; -- cgit v1.1