The language name changed from f95 to fortran last month.

* doc/install.texi: For --enable-languages doc, change f95 to fortran.

From-SVN: r105387
This commit is contained in:
James E Wilson 2005-10-13 18:57:19 -07:00 committed by Jim Wilson
parent 3b33069477
commit 47530dd98d
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2005-10-13 James E Wilson <wilson@specifix.com>
* doc/install.texi: For --enable-languages doc, change f95 to fortran.
2005-10-12 Sebastian Pop <pop@cri.ensmp.fr>
PR tree-optimization/24262

View File

@ -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