* doc/install-old.texi: Remove more obsolete documentation.

From-SVN: r42957
This commit is contained in:
Joseph Myers 2001-06-07 12:38:06 +01:00 committed by Joseph Myers
parent b47f8cfcfc
commit 8825dfbd2f
2 changed files with 4 additions and 18 deletions

View File

@ -1,3 +1,7 @@
2001-06-07 Joseph S. Myers <jsm28@cam.ac.uk>
* doc/install-old.texi: Remove more obsolete documentation.
Thu Jun 7 13:20:14 CEST 2001 Jan Hubicka <jh@suse.cz>
* expr.c (copy_blkmode_from_reg): Fix operand_subword_force call.

View File

@ -159,24 +159,6 @@ tools can not generate or interpret stabs.
@end table
@item
Build the compiler. Just type @samp{make LANGUAGES=c} in the compiler
directory.
@samp{LANGUAGES=c} specifies that only the C compiler should be
compiled. The makefile normally builds compilers for all the supported
languages; currently, C, C++, Objective C, Java, FORTRAN, and CHILL.
However, C is the only language that is sure to work when you build with
other non-GNU C compilers. In addition, building anything but C at this
stage is a waste of time.
In general, you can specify the languages to build by typing the
argument @samp{LANGUAGES="@var{list}"}, where @var{list} is one or more
words from the list @samp{c}, @samp{c++}, @samp{objective-c},
@samp{java}, @samp{f77}, and @samp{CHILL}. If you have any additional
GNU compilers as subdirectories of the GNU CC source directory, you may
also specify their names in this list.
@end enumerate
@node Configuration Files