invoke.texi (-print-search-dirs): Make references to cpp refer to cpp0 instead.

* invoke.texi (-print-search-dirs): Make references to cpp refer
	to cpp0 instead.

From-SVN: r38378
This commit is contained in:
Joseph Myers 2000-12-19 13:25:28 +00:00 committed by Joseph Myers
parent 0a9419ccca
commit 3c0b797012
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2000-12-19 Joseph S. Myers <jsm28@cam.ac.uk>
* invoke.texi (-print-search-dirs): Make references to cpp refer
to cpp0 instead.
2000-12-18 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* fold-const.c (tree_expr_nonnegative_p): Treat truth values as

View File

@ -2680,8 +2680,8 @@ Print the name of the configured installation directory and a list of
program and library directories gcc will search---and don't do anything else.
This is useful when gcc prints the error message
@samp{installation problem, cannot exec cpp: No such file or directory}.
To resolve this you either need to put @file{cpp} and the other compiler
@samp{installation problem, cannot exec cpp0: No such file or directory}.
To resolve this you either need to put @file{cpp0} and the other compiler
components where gcc expects to find them, or you can set the environment
variable @code{GCC_EXEC_PREFIX} to the directory where you installed them.
Don't forget the trailing '/'.