diff options
author | jsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-06-21 00:03:48 +0000 |
---|---|---|
committer | jsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-06-21 00:03:48 +0000 |
commit | a3ff64f5acacd90a936bf8af3fb19159dcca6fd3 (patch) | |
tree | 43efbb988a673849f67b78d80a9342d1dda12331 /gcc/doc/install-old.texi | |
parent | 609f152b76290bb424b3049375bb38b699de8385 (diff) | |
download | gcc-a3ff64f5acacd90a936bf8af3fb19159dcca6fd3.tar.gz |
* doc/c-tree.texi, doc/contrib.texi, doc/extend.texi,
doc/gcc.texi, doc/install-old.texi, doc/install.texi,
doc/invoke.texi, doc/rtl.texi: Consistently use "front end" and
"back end" as nouns and "front-end" and "back-end" as adjectives.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@43479 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/doc/install-old.texi')
-rw-r--r-- | gcc/doc/install-old.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/doc/install-old.texi b/gcc/doc/install-old.texi index bbb16e0db42..ea232d15be0 100644 --- a/gcc/doc/install-old.texi +++ b/gcc/doc/install-old.texi @@ -127,7 +127,7 @@ 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. @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 which otherwise serves as a front end for the system's linker on most @c configurations. @item --with-stabs @@ -767,7 +767,7 @@ make minor changes in @file{make-cccp.com} and @file{make-cc1.com} to choose alternate definitions of @code{CC}, @code{CFLAGS}, and @code{LIBS}. See comments in those files. However, you must also have a working version of the GNU assembler (GNU as, aka GAS) as -it is used as the back-end for GNU CC to produce binary object modules +it is used as the back end for GNU CC to produce binary object modules and is not included in the GNU CC sources. GAS is also needed to compile @file{libgcc2} in order to build @file{gcclib} (see above); @file{make-l2.com} expects to be able to find it operational in |