diff options
author | Joseph Myers <jsm28@cam.ac.uk> | 2000-12-19 13:25:28 +0000 |
---|---|---|
committer | Joseph Myers <jsm28@gcc.gnu.org> | 2000-12-19 13:25:28 +0000 |
commit | 3c0b797012946131f412a489be30e4b644a24bfb (patch) | |
tree | 62582a2550c3d8ea2a928420f7bc386d37523003 | |
parent | 0a9419ccca34bd73f2c5833861ac9c47a1b68529 (diff) | |
download | gcc-3c0b797012946131f412a489be30e4b644a24bfb.zip gcc-3c0b797012946131f412a489be30e4b644a24bfb.tar.gz gcc-3c0b797012946131f412a489be30e4b644a24bfb.tar.bz2 |
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
-rw-r--r-- | gcc/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/invoke.texi | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 23c0eb5..7e5508c 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -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 diff --git a/gcc/invoke.texi b/gcc/invoke.texi index c9dc324..8c35cb4 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 '/'. |