diff options
author | geoffk <geoffk@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-08-01 21:53:22 +0000 |
---|---|---|
committer | geoffk <geoffk@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-08-01 21:53:22 +0000 |
commit | a6eac0e976bcb91c9e0c580c1ed9b9fcaffb0d9e (patch) | |
tree | 8c0d9443126f689acf9330c02934a6d7aab9ba12 /gcc/doc/cpp.texi | |
parent | 6e3265061e41f7c9344874ddfbc100a3a00c3f6f (diff) | |
download | gcc-a6eac0e976bcb91c9e0c580c1ed9b9fcaffb0d9e.tar.gz |
* doc/sourcebuild.texi (Front End Directory): Don't make references
to libsubdir, it's not part of the interface to frontends.
* doc/install.texi (Configuration): Help users read faster by saying
that GCC's configure options are the standard autoconf ones.
Mention --libdir. Update the default rules for finding the
assembler. Don't use libsubdir since we haven't said what it means.
(Specific): In the Solaris 7 notes, update the place to put the
assembler.
* doc/invoke.texi: Update lib/gcc-lib to lib/gcc.
* doc/cpp.texi (Search Path): Actually, the search path
depends on libdir, which can relocate with cpp.
* doc/tm.texi (Driver): Don't document STANDARD_EXEC_PREFIX, it's
now a private interface between the Makefile and the driver.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@70073 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/doc/cpp.texi')
-rw-r--r-- | gcc/doc/cpp.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/doc/cpp.texi b/gcc/doc/cpp.texi index a27a7b1e589..a6ff40c53ef 100644 --- a/gcc/doc/cpp.texi +++ b/gcc/doc/cpp.texi @@ -852,7 +852,7 @@ requested with @code{@w{#include <@var{file}>}} in: @example /usr/local/include -/usr/lib/gcc-lib/@var{target}/@var{version}/include +@var{libdir}/gcc/@var{target}/@var{version}/include /usr/@var{target}/include /usr/include @end example |