This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH] test_summary print CC when set


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 <laurent@guerby.net>

	* 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}"' &&";




Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]