From a27deb800bad9cfc4411f2bea98ad7ec7a3bdb65 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 25 Jul 2018 11:59:29 +0200 Subject: Add note --- build2/cc/compile-rule.cxx | 7 ++++--- 1 file 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) { -- cgit v1.1