From: Joseph Myers Date: Tue, 19 Dec 2000 13:25:28 +0000 (+0000) Subject: invoke.texi (-print-search-dirs): Make references to cpp refer to cpp0 instead. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=3c0b797012946131f412a489be30e4b644a24bfb;p=gcc.git 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 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 23c0eb5f38e..7e5508c698b 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2000-12-19 Joseph S. Myers + + * invoke.texi (-print-search-dirs): Make references to cpp refer + to cpp0 instead. + 2000-12-18 Kaveh R. Ghazi * fold-const.c (tree_expr_nonnegative_p): Treat truth values as diff --git a/gcc/invoke.texi b/gcc/invoke.texi index c9dc324ba85..8c35cb4aeb7 100644 --- a/gcc/invoke.texi +++ b/gcc/invoke.texi @@ -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 '/'.