diff options
Diffstat (limited to 'contrib/gcc/f/root.texi')
-rw-r--r-- | contrib/gcc/f/root.texi | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/contrib/gcc/f/root.texi b/contrib/gcc/f/root.texi new file mode 100644 index 0000000..dce97c0 --- /dev/null +++ b/contrib/gcc/f/root.texi @@ -0,0 +1,40 @@ +@c DEVELOPMENT is set to indicate an in-development version, +@c as compared to a release version. When making a release +@c (e.g. a release branch in the CVS repository for egcs), +@c clear this and set the version information correctly. +@clear DEVELOPMENT +@set version-g77 0.5.25 +@set version-egcs 1.2 +@set version-gcc 2.95 + +@c GCC-G77 indicates this is the GCC (2.95 or later) version of g77. +@set GCC-G77 + +@c EGCS-G77 indicates this is the EGCS (1.0 or 1.1) version of g77. +@clear EGCS-G77 + +@c FSF-G77 indicates this is the FSF (0.5.23 or earlier) version of g77. +@clear FSF-G77 + +@set email-general gcc@@gcc.gnu.org +@set email-bugs gcc-bugs@@gcc.gnu.org or bug-gcc@@gnu.org +@set path-g77 egcs/gcc/f +@set path-libf2c egcs/libf2c + +@ifset GCC-G77 +@set which-g77 GCC-@value{version-gcc} +@set which-gcc GCC +@end ifset + +@ifset EGCS-G77 +@set which-g77 EGCS-@value{version-egcs} +@set which-gcc EGCS +@end ifset + +@ifset FSF-G77 +@set which-g77 FSF-@value{version-g77} +@set which-gcc GCC +@end ifset + +@set email-burley craig@@jcb-sc.com +@set www-burley http://world.std.com/%7Eburley |