aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Myers <jsm28@cam.ac.uk>2001-06-07 12:38:06 +0100
committerJoseph Myers <jsm28@gcc.gnu.org>2001-06-07 12:38:06 +0100
commit8825dfbd2fb38e9059de1f7485ec833d0586ec6e (patch)
treef30a5a3deecc878b72bbc620d35d9343308ad29f
parentb47f8cfcfc9a9c198ce1450359965f37bed2e0c9 (diff)
downloadgcc-8825dfbd2fb38e9059de1f7485ec833d0586ec6e.zip
gcc-8825dfbd2fb38e9059de1f7485ec833d0586ec6e.tar.gz
gcc-8825dfbd2fb38e9059de1f7485ec833d0586ec6e.tar.bz2
* doc/install-old.texi: Remove more obsolete documentation.
From-SVN: r42957
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/doc/install-old.texi18
2 files changed, 4 insertions, 18 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 199f94d..b282405 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -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.
diff --git a/gcc/doc/install-old.texi b/gcc/doc/install-old.texi
index 3e1dbc9..937ef36 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