diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2018-07-25 11:59:29 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2018-07-25 11:59:29 +0200 |
commit | a27deb800bad9cfc4411f2bea98ad7ec7a3bdb65 (patch) | |
tree | 9ccf67bce77e5a44d19d2ce2a8753ce01d1e2bff | |
parent | f2da0769b15056ef678f76d5a58ca91bba22b43d (diff) |
Add note
-rw-r--r-- | build2/cc/compile-rule.cxx | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/build2/cc/compile-rule.cxx b/build2/cc/compile-rule.cxx index 9e90017..4f11cbd 100644 --- a/build2/cc/compile-rule.cxx +++ b/build2/cc/compile-rule.cxx @@ -2008,9 +2008,10 @@ namespace build2 // args.push_back ("-MF"); - // GCC is not capable of writing the dependency info to - // stdout. We also need to sense the diagnostics on the -E - // runs. + // GCC until version 8 was not capable of writing the + // dependency info to stdout. We also need to sense the + // diagnostics on the -E runs (which we do by redirective + // stderr to stdout). // if (cid == compiler_id::gcc) { |