diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2019-10-08 09:33:45 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2019-10-08 09:33:45 +0200 |
commit | d730f40440e213bc08cce4587439960c80ad9aa5 (patch) | |
tree | ec0d488f7dd83238accaab33db8660ae32b60870 /libbuild2/cc/guess.hxx | |
parent | 2c8b400010ffedec596969f64e79144f99d73f62 (diff) |
Redo bin pattern as PATH-like search paths rather than fallback directory
Also, unlike the fallback directory, the search paths are searched first
rather than last.
Diffstat (limited to 'libbuild2/cc/guess.hxx')
-rw-r--r-- | libbuild2/cc/guess.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libbuild2/cc/guess.hxx b/libbuild2/cc/guess.hxx index a8784fc..bf6a5e6 100644 --- a/libbuild2/cc/guess.hxx +++ b/libbuild2/cc/guess.hxx @@ -158,9 +158,9 @@ namespace build2 // // The bin_pattern is the binutils program pattern that could sometimes be // 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 '*'. + // pattern could not be derived, then it could alternatively contain + // search paths (similar to the PATH environment variable), in which case + // it will end with a directory separator but will not contain '*'. // struct compiler_info { |