aboutsummaryrefslogtreecommitdiff
path: root/gcc/doc
diff options
context:
space:
mode:
authorJames E. Wilson <wilson@specifix.com>2005-10-14 01:57:19 +0000
committerJames E. Wilson <wilson@specifix.com>2005-10-14 01:57:19 +0000
commit393e0e80de011bc69582efd8ad24dc3fe6662a24 (patch)
tree3c46cd5465dde933aa7ca065ef2979abb970122e /gcc/doc
parent83bc04775724482d641f6d9808e3f3113c3adb9f (diff)
The language name changed from f95 to fortran last month.
* doc/install.texi: For --enable-languages doc, change f95 to fortran. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@105387 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/doc')
-rw-r--r--gcc/doc/install.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi
index 6974cba5927..a649d463e59 100644
--- a/gcc/doc/install.texi
+++ b/gcc/doc/install.texi
@@ -1054,7 +1054,7 @@ their runtime libraries should be built. For a list of valid values for
grep language= */config-lang.in
@end smallexample
Currently, you can use any of the following:
-@code{all}, @code{ada}, @code{c}, @code{c++}, @code{f95}, @code{java},
+@code{all}, @code{ada}, @code{c}, @code{c++}, @code{fortran}, @code{java},
@code{objc}, @code{obj-c++}, @code{treelang}.
Building the Ada compiler has special requirements, see below.
If you do not pass this flag, or specify the option @code{all}, then all