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]

Re: [PATCH 2/2] -fwhopr=jobserver


On 10-08-31 06:33 , Andi Kleen wrote:

2010-08-17 Andi Kleen<ak@linux.intel.com>

	* common.opt (fwhopr=): Update for -fwhopr=jobserver
	* doc/invoke.text (fwhopr): Document -fwhopr=jobserver.
	* lto-wrapper.c (run_gcc): Add jobserver mode.
	* opts.c (common_handle_option): Fix OPT_fwhopr for non numeric
	argument.

OK with


+	  if (!jobserver)
+	    {
+	      /* Avoid passing --jobserver-fd= and similar flags
+		 unless jobserver mode is explicitely enabled.*/

s/explicitely/explicitly/


Two spaces after '.'.


Diego.



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