From 47530dd98df91f73a35e1151f84d721d0a2a01ca Mon Sep 17 00:00:00 2001 From: James E Wilson Date: Thu, 13 Oct 2005 18:57:19 -0700 Subject: [PATCH] The language name changed from f95 to fortran last month. * doc/install.texi: For --enable-languages doc, change f95 to fortran. From-SVN: r105387 --- gcc/ChangeLog | 4 ++++ gcc/doc/install.texi | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 4e3d0f26370..401c596d9a9 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2005-10-13 James E Wilson + + * doc/install.texi: For --enable-languages doc, change f95 to fortran. + 2005-10-12 Sebastian Pop PR tree-optimization/24262 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 -- 2.30.2