Commit 1d96e5b4 by Fred Fish Committed by Nick Clifton

Document that CC1_SPEC is used by cc1plus

From-SVN: r30236
parent 723ae7c1
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.
Thu Oct 28 10:00:48 1999 Nick Clifton <nickc@cygnus.com> Thu Oct 28 10:00:48 1999 Nick Clifton <nickc@cygnus.com>
* config/arm/arm.c: Initialise arm_structure_size_boundary to * config/arm/arm.c: Initialise arm_structure_size_boundary to
......
...@@ -153,6 +153,9 @@ pass to @code{cc1plus}. It can also specify how to translate options you ...@@ -153,6 +153,9 @@ pass to @code{cc1plus}. It can also specify how to translate options you
give to GCC into options for GCC to pass to the @code{cc1plus}. 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. 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 @findex ASM_SPEC
@item ASM_SPEC @item ASM_SPEC
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment