From patchwork Tue Jan 11 07:26:00 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: test_summary print CC when set Date: Mon, 10 Jan 2011 21:26:00 -0000 From: Laurent GUERBY X-Patchwork-Id: 78283 Message-Id: <1294730760.3145.175.camel@pc2.unassigned-domain> To: gcc-patches Hi Tested without CC and with CC set: http://gcc.gnu.org/ml/gcc-testresults/2011-01/msg00636.html Ok to commit? Laurent 2011-01-11 Laurent GUERBY * test_summary: print CC when set. Index: contrib/test_summary =================================================================== --- contrib/test_summary (revision 168588) +++ contrib/test_summary (working copy) @@ -141,6 +141,7 @@ print configflags; '${BOOT_CFLAGS+'print "BOOT_CFLAGS='"${BOOT_CFLAGS}"'";'}' if (boot_cflags != 0) print boot_cflags; + '${CC+'print "CC='"${CC}"'";'}' '${append_logs+" system(\"cat $append_logs\"); "}' print "EOF"; print "Mail -s \"Results for " prefix version lang "testsuite on " host "\" '"${mailto}"' &&";