From 48e2e4140b8e5aacdfd107a1215f21c9632c81c8 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 22 Aug 2016 12:55:21 +0200 Subject: Cache process_path, use fallback search directory for binutils --- build2/cc/guess | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'build2/cc/guess') diff --git a/build2/cc/guess b/build2/cc/guess index d852a5c..c49fb4f 100644 --- a/build2/cc/guess +++ b/build2/cc/guess @@ -100,10 +100,14 @@ namespace build2 // derived for some toolchains. For example, i686-w64-mingw32-*-4.9. // // The bin_pattern is the binutils program pattern that could sometimes be - // derived for some toolchains. For example, i686-w64-mingw32-*. + // derived for some toolchains. For example, i686-w64-mingw32-*. If the + // pattern could not be derived, then it could contain a fallback search + // directory, in which case it will end with a directory separator but + // will not contain '*'. // struct compiler_info { + process_path path; compiler_id id; compiler_version version; string signature; -- cgit v1.1