diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-09-11 16:50:05 +0000 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 2000-09-11 10:50:05 -0600 |
commit | 669ed2b1497b173a8476ff8cd43d9b0ef740130f (patch) | |
tree | bb9f64105a133fa74725330d620935dc1f2e1e0e /gcc/install.texi | |
parent | 50936d273460ba239da3c79d251e076db60e71bd (diff) | |
download | gcc-669ed2b1497b173a8476ff8cd43d9b0ef740130f.zip gcc-669ed2b1497b173a8476ff8cd43d9b0ef740130f.tar.gz gcc-669ed2b1497b173a8476ff8cd43d9b0ef740130f.tar.bz2 |
install.texi (LANGUAGES): Update to include new languages.
* install.texi (LANGUAGES): Update to include new languages.
* INSTALL: Rebuilt.
From-SVN: r36321
Diffstat (limited to 'gcc/install.texi')
-rw-r--r-- | gcc/install.texi | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/gcc/install.texi b/gcc/install.texi index f74a906..bd365fe 100644 --- a/gcc/install.texi +++ b/gcc/install.texi @@ -384,16 +384,17 @@ 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++ and Objective C. 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. +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++}, and @samp{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. +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. Ignore any warnings you may see about ``statement not reached'' in @file{insn-emit.c}; they are normal. Also, warnings about ``unknown |