Document that CC1_SPEC is included in the spec for cc1plus

Nick Clifton nickc@cygnus.com
Thu Oct 28 02:18:00 GMT 1999


Hi Guys,

  Any objection to my commiting the following patch ?

Cheers
	Nick


Mon Oct 18 21:16:06 1999  Fred Fish  <fnf@be.com>

	* tm.texi (CC1PLUS_SPEC): Make it clear in the docs that CC1_SPEC is
	used by both cc1 and cc1plus.
 
Index: tm.texi
===================================================================
RCS file: /cvs/gcc/egcs/gcc/tm.texi,v
retrieving revision 1.96
diff -p -r1.96 tm.texi
*** tm.texi	1999/10/14 09:37:31	1.96
--- tm.texi	1999/10/28 09:16:57
*************** pass to @code{cc1plus}.  It can also spe
*** 153,158 ****
--- 153,161 ----
  give to GCC into options for GCC to pass to the @code{cc1plus}.
  
  Do not define this macro if it does not need to do anything.
+ Note that everything defined in CC1_SPEC is already passed to
+ @code{cc1plus} so there is no need to duplicate the contents of
+ CC1_SPEC in CC1PLUS_SPEC.
  
  @findex ASM_SPEC
  @item ASM_SPEC


More information about the Gcc-patches mailing list