From 169264b3729134eaa40121199180979395181657 Mon Sep 17 00:00:00 2001 From: Jonathan Wakely Date: Tue, 14 Feb 2012 20:55:35 +0000 Subject: [PATCH] install.texi (Prerequisites): Fix grammar. * doc/install.texi (Prerequisites): Fix grammar. (Configuration): Likewise. From-SVN: r184236 --- gcc/ChangeLog | 5 +++++ gcc/doc/install.texi | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 05e3b72..fe12544 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,10 @@ 2012-02-14 Jonathan Wakely + * doc/install.texi (Prerequisites): Fix grammar. + (Configuration): Likewise. + +2012-02-14 Jonathan Wakely + * doc/install.texi (Prerequisites): Suggest building GMP, MPFR and MPC as part of GCC before describing configuring with --with-gmp etc. (Installing GCC: Configuration): --with-gmp etc. aren't needed if diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index c47de0c..7aa1553 100644 --- a/gcc/doc/install.texi +++ b/gcc/doc/install.texi @@ -498,7 +498,7 @@ the GCC-specific entry point. You can download a suitable jar from If you wish to build the @command{gjdoc} binary in libjava, you will need to have an @file{antlr.jar} library available. The library is -searched in system locations but can be configured with +searched for in system locations but can be specified with @option{--with-antlr-jar=} instead. When configuring with @option{--enable-java-maintainer-mode}, you will need to have one of the executables named @command{cantlr}, @command{runantlr} or @@ -1736,7 +1736,7 @@ The following options only apply to building cross compilers. Tells GCC to consider @var{dir} as the root of a tree that contains (a subset of) the root filesystem of the target operating system. Target system headers, libraries and run-time object files will be -searched in there. More specifically, this acts as if +searched for in there. More specifically, this acts as if @option{--sysroot=@var{dir}} was added to the default options of the built compiler. The specified directory is not copied into the install tree, unlike the options @option{--with-headers} and -- 2.7.4