This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

new frontends in INSTALL


The description of LANGUAGES in the INSTALL file wasn't updated since
the integration of the new frontends.  I propose the following patch:

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Index: INSTALL
===================================================================
RCS file: /cvs/gcc/egcs/gcc/INSTALL,v
retrieving revision 1.15
diff -u -u -b -r1.15 INSTALL
--- INSTALL	2000/07/15 00:15:17	1.15
+++ INSTALL	2000/09/09 17:17:41
@@ -345,9 +345,9 @@
 
      In general, you can specify the languages to build by typing the
      argument `LANGUAGES="LIST"', where LIST is one or more words from
-     the list `c', `c++', and `objective-c'.  If you have any
-     additional GNU compilers as subdirectories of the GNU CC source
-     directory, you may also specify their names in this list.
+     the list `c', `c++', `objective-c', `java', `f77', and `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.
 
      Ignore any warnings you may see about "statement not reached" in
      `insn-emit.c'; they are normal.  Also, warnings about "unknown
@@ -2183,4 +2183,3 @@
 use.  For a cross-compiler, this is the equivalent of `/usr/include'.
 When you build a cross-compiler, `fixincludes' processes any header
 files in this directory.
-
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

-- 
---------------.                          ,-.   1325 Chesapeake Terrace
Ulrich Drepper  \    ,-------------------'   \  Sunnyvale, CA 94089 USA
Red Hat          `--' drepper at redhat.com   `------------------------

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]