diff options
author | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-01-14 21:44:01 +0000 |
---|---|---|
committer | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-01-14 21:44:01 +0000 |
commit | 249e259654efc9c5f8b07f1c2ff289598cb287c5 (patch) | |
tree | f058ec4382f765d38fa5f8c29d829999f8e1829a /gcc/install.texi | |
parent | 220345e0620e402f170696f15570e3f47a1bec43 (diff) | |
download | gcc-249e259654efc9c5f8b07f1c2ff289598cb287c5.tar.gz |
Fix minor lossage brought over in gcc-2.8.0 merge.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@17356 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/install.texi')
-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 9d8e36345f9..b95724a111c 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 |