diff options
author | gdr <gdr@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-07-19 09:09:54 +0000 |
---|---|---|
committer | gdr <gdr@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-07-19 09:09:54 +0000 |
commit | 43bdca63d726a2d10a41e85592f9d614a5350f14 (patch) | |
tree | e386815b3dcba457201647aed52e196bf27a5756 /gcc/doc/sourcebuild.texi | |
parent | 066f26bfdffc5e058cb43c3a2ff271bb45a7bded (diff) | |
download | gcc-43bdca63d726a2d10a41e85592f9d614a5350f14.tar.gz |
2004-07-19 Gabriel Dos Reis <gdr@integrable-solution.net>
* doc/sourcebuild.texi: Add libcpp, now that CPP has its own
directory.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@84912 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/doc/sourcebuild.texi')
-rw-r--r-- | gcc/doc/sourcebuild.texi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/doc/sourcebuild.texi b/gcc/doc/sourcebuild.texi index 5049580ccf3..d2b834ad6d2 100644 --- a/gcc/doc/sourcebuild.texi +++ b/gcc/doc/sourcebuild.texi @@ -56,6 +56,9 @@ The Ada runtime library. @item libbanshee The @code{libbanshee} library, used for Andersen-style points-to analysis. +@item libcpp +The C preprocessor library. + @item libgfortran The Fortran runtime library. |