summaryrefslogtreecommitdiff
path: root/gcc/tm.texi
diff options
context:
space:
mode:
authornickc <nickc@138bc75d-0d04-0410-961f-82ee72b054a4>1999-10-28 09:34:40 +0000
committernickc <nickc@138bc75d-0d04-0410-961f-82ee72b054a4>1999-10-28 09:34:40 +0000
commit575a7f14f794fff62fdfa34ff9cf211b700c562b (patch)
treed6a0e3a40b36bcd89223daab950e1546d12e8071 /gcc/tm.texi
parent8fa0c55d2c355bf9cbae7d66a42a01ade6df3d79 (diff)
downloadgcc-575a7f14f794fff62fdfa34ff9cf211b700c562b.tar.gz
Document that CC1_SPEC is used by cc1plus
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@30236 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/tm.texi')
-rw-r--r--gcc/tm.texi3
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/tm.texi b/gcc/tm.texi
index c11a354995f..96ebf815916 100644
--- a/gcc/tm.texi
+++ b/gcc/tm.texi
@@ -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}.
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