diff options
author | Jeff Law <law@gcc.gnu.org> | 1998-01-14 14:44:01 -0700 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 1998-01-14 14:44:01 -0700 |
commit | ace62b49726ea831f91ad378882af8c5f8e28176 (patch) | |
tree | f058ec4382f765d38fa5f8c29d829999f8e1829a | |
parent | c85f7c16ad9bed5d4732a4624c049da5a5f33085 (diff) | |
download | gcc-ace62b49726ea831f91ad378882af8c5f8e28176.zip gcc-ace62b49726ea831f91ad378882af8c5f8e28176.tar.gz gcc-ace62b49726ea831f91ad378882af8c5f8e28176.tar.bz2 |
Fix minor lossage brought over in gcc-2.8.0 merge.
From-SVN: r17356
-rw-r--r-- | gcc/install.texi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/install.texi b/gcc/install.texi index 9d8e363..b95724a 100644 --- a/gcc/install.texi +++ b/gcc/install.texi @@ -141,9 +141,9 @@ linker with GNU CC. This option does not cause the GNU linker to be installed; it just modifies the behavior of GNU CC to work with the GNU linker. -@cSpecifically, it inhibits the installation of @code{collect2}, a program -@cwhich otherwise serves as a front-end for the system's linker on most -@cconfigurations. +@c Specifically, it inhibits the installation of @code{collect2}, a program +@c which otherwise serves as a front-end for the system's linker on most +@c configurations. @item --with-stabs On MIPS based systems and on Alphas, you must specify whether you want |