From: Joseph Myers Date: Thu, 7 Jun 2001 11:38:06 +0000 (+0100) Subject: * doc/install-old.texi: Remove more obsolete documentation. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=8825dfbd2fb38e9059de1f7485ec833d0586ec6e;p=gcc.git * doc/install-old.texi: Remove more obsolete documentation. From-SVN: r42957 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 199f94d8591..b282405e934 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2001-06-07 Joseph S. Myers + + * doc/install-old.texi: Remove more obsolete documentation. + Thu Jun 7 13:20:14 CEST 2001 Jan Hubicka * expr.c (copy_blkmode_from_reg): Fix operand_subword_force call. diff --git a/gcc/doc/install-old.texi b/gcc/doc/install-old.texi index 3e1dbc94f65..937ef36982d 100644 --- a/gcc/doc/install-old.texi +++ b/gcc/doc/install-old.texi @@ -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