aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorFrancois-Xavier Coudert <coudert@clipper.ens.fr>2005-09-13 08:24:18 +0200
committerFrançois-Xavier Coudert <fxcoudert@gcc.gnu.org>2005-09-13 06:24:18 +0000
commit7f26dfa3797beff7553fa15114d8f5d84429e91b (patch)
tree92e87a5818a92869136a40e30fd24c2c8f93d634 /ChangeLog
parent31a7113e7a59fc3880f6294b66d79dc836a2968d (diff)
downloadgcc-7f26dfa3797beff7553fa15114d8f5d84429e91b.zip
gcc-7f26dfa3797beff7553fa15114d8f5d84429e91b.tar.gz
gcc-7f26dfa3797beff7553fa15114d8f5d84429e91b.tar.bz2
configure.in: Recognize f95 in the --enable-languages option...
* configure.in: Recognize f95 in the --enable-languages option, and substitute it for fortran, issuing a warning. * configure: Regenerate. * Make-lang.in: Change targets prefixes from f95 to fortran. * config-lang.in: Change language name to "fortran". * lang.opt: Change language name to "fortran". * options.c: Change CL_F95 to CL_Fortran. From-SVN: r104215
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a630e7b..33d74b2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2005-09-14 Francois-Xavier Coudert <coudert@clipper.ens.fr>
+
+ * configure.in: Recognize f95 in the --enable-languages option,
+ and substitute it for fortran, issuing a warning.
+ * configure: Regenerate.
+
2005-08-30 Phil Edwards <phil@codesourcery.com>
* configure.in (*-*-vxworks*): Add target-libstdc++-v3 to noconfigdirs.