aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorJanis Johnson <janis187@us.ibm.com>2002-08-30 20:48:14 +0000
committerJanis Johnson <janis@gcc.gnu.org>2002-08-30 20:48:14 +0000
commit4c64396e68060955157b7e2fb0ea764a2bfa3d42 (patch)
treedba14f1e9df80db2b98bd5b800818a03d1341d50 /gcc
parent341f05750f0ff142e9e936ca4c9012d69518477c (diff)
downloadgcc-4c64396e68060955157b7e2fb0ea764a2bfa3d42.zip
gcc-4c64396e68060955157b7e2fb0ea764a2bfa3d42.tar.gz
gcc-4c64396e68060955157b7e2fb0ea764a2bfa3d42.tar.bz2
install.texi (Configuration, Building): Fix a typo and some formatting directives.
2002-08-30 Janis Johnson <janis187@us.ibm.com> * doc/install.texi (Configuration, Building): Fix a typo and some formatting directives. From-SVN: r56689
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog5
-rw-r--r--gcc/doc/install.texi8
2 files changed, 9 insertions, 4 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index c1f50dc..a1aaed0 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,8 @@
+2002-08-30 Janis Johnson <janis187@us.ibm.com>
+
+ * doc/install.texi (Configuration, Building): Fix a typo and
+ some formatting directives.
+
2002-08-30 Paul Koning <pkoning@equallogic.com>
* doc/c-tree.texi (RDIV_EXPR): Fix typo.
diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi
index b511c4e..1f44649 100644
--- a/gcc/doc/install.texi
+++ b/gcc/doc/install.texi
@@ -513,7 +513,7 @@ The directory you use for @option{--with-local-prefix} @strong{must not}
contain any of the system's standard header files. If it did contain
them, certain programs would be miscompiled (including GNU Emacs, on
certain targets), because this would override and nullify the header
-file corrections made by the @code{fixincludes} script.
+file corrections made by the @command{fixincludes} script.
Indications are that people who use this option use it based on mistaken
ideas of what it is for. People use it as if it specified where to
@@ -876,10 +876,10 @@ Some options which only apply to building cross compilers:
@item --with-headers=@var{dir}
Specifies a directory
which has target include files.
-@emph{This options is required} when building a cross
+@emph{This option is required} when building a cross
compiler, if @file{@var{prefix}/@var{target}/sys-include} doesn't pre-exist.
These include files will be copied into the @file{gcc} install directory.
-Fixincludes will be run on these files to make them compatible with
+@command{fixincludes} will be run on these files to make them compatible with
GCC.
@item --with-libs=``@var{dir1} @var{dir2} @dots{} @var{dirN}''
Specifies a list of directories which contain the target runtime
@@ -947,7 +947,7 @@ because you have previously configured the compiler in the source
directory. Make sure you have done all the necessary preparations.
If you build GCC on a BSD system using a directory stored in an old System
-V file system, problems may occur in running @code{fixincludes} if the
+V file system, problems may occur in running @command{fixincludes} if the
System V file system doesn't support symbolic links. These problems
result in a failure to fix the declaration of @code{size_t} in
@file{sys/types.h}. If you find that @code{size_t} is a signed type and