This is the mail archive of the gcc-patches@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]
Other format: [Raw text]

[tree-ssa] Mention f95


The following patch mentions f95 as an language that can be enabled.

Committed as obvious on tree-ssa branch.

Paul

2003-08-01  Paul Brook  <paul@nowt.org>

        * doc/install.texi: Mention --enable-languages=f95.

diff -urpxCVS clean/tree-ssa/gcc/doc/install.texi gcc/gcc/doc/install.texi
--- clean/tree-ssa/gcc/doc/install.texi	2003-07-26 14:07:39 +0100
+++ gcc/gcc/doc/install.texi	2003-08-10 11:33:48 +0100
@@ -970,7 +970,8 @@ their runtime libraries should be built.
 grep language= */config-lang.in
 @end example
 Currently, you can use any of the following:
-@code{ada}, @code{c}, @code{c++}, @code{f77}, @code{java}, @code{objc}.
+@code{ada}, @code{c}, @code{c++}, @code{f77}, @code{f95}, @code{java},
+@code{objc}.
 Building the Ada compiler has special requirements, see below.@*
 If you do not pass this flag, all languages available in the @file{gcc}
 sub-tree will be configured.  Re-defining @code{LANGUAGES} when calling


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