* doc/install-old.texi: Remove more obsolete documentation.
authorJoseph Myers <jsm28@cam.ac.uk>
Thu, 7 Jun 2001 11:38:06 +0000 (12:38 +0100)
committerJoseph Myers <jsm28@gcc.gnu.org>
Thu, 7 Jun 2001 11:38:06 +0000 (12:38 +0100)
From-SVN: r42957

gcc/ChangeLog
gcc/doc/install-old.texi

index 199f94d8591f81598cde6288cd1d4472ce003350..b282405e934af56726729a7e4320436790a6f6b0 100644 (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.
index 3e1dbc94f6595a8b9a05cbcb476a60103acb7c11..937ef36982d0a6dd4c885968571e9b964b0d496c 100644 (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