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/guess.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'build2/cc/guess.hxx') diff --git a/build2/cc/guess.hxx b/build2/cc/guess.hxx index 2eaa9d7..e3a4d8c 100644 --- a/build2/cc/guess.hxx +++ b/build2/cc/guess.hxx @@ -133,7 +133,7 @@ namespace build2 // unlike all the preceding fields, this one takes into account the // compile options (e.g., -m32). // - // The cc_pattern is the toolchain program pattern that could sometimes be + // The pattern is the toolchain program pattern that could sometimes be // derived for some toolchains. For example, i686-w64-mingw32-*-4.9. // // The bin_pattern is the binutils program pattern that could sometimes be @@ -151,7 +151,7 @@ namespace build2 string signature; string checksum; string target; - string cc_pattern; + string pattern; string bin_pattern; }; -- cgit v1.1