diff options
author | John Polstra <jdp@FreeBSD.org> | 1998-01-10 21:40:10 +0000 |
---|---|---|
committer | John Polstra <jdp@FreeBSD.org> | 1998-01-10 21:40:10 +0000 |
commit | fa5dde5a3073dfec3aef17cb974a15065f71c4e8 (patch) | |
tree | 10a6b9207c981c9d61997f58fdea27b5701aad22 /lang/gcc47/files/patch-ab | |
parent | 178721614c43a73907510dd7cfefbf50cd9cd8ab (diff) |
This is a new port for egcs, which probably stands for something
like "enhanced GNU compiler suite." It contains updated versions of
gcc, g++, and g77 with many bugfixes and some new optimizations.
The C++ compiler in particular is vastly improved over gcc-2.7.2.1.
Notes
Notes:
svn path=/head/; revision=9316
Diffstat (limited to 'lang/gcc47/files/patch-ab')
-rw-r--r-- | lang/gcc47/files/patch-ab | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/lang/gcc47/files/patch-ab b/lang/gcc47/files/patch-ab new file mode 100644 index 000000000000..5de4fe97e547 --- /dev/null +++ b/lang/gcc47/files/patch-ab @@ -0,0 +1,14 @@ +--- gcc/f/g77.texi.orig Mon Dec 1 14:20:58 1997 ++++ gcc/f/g77.texi Sat Jan 10 12:02:09 1998 +@@ -144,9 +144,9 @@ + + @ifinfo + +-@dircategory Fortran Programming ++@dircategory The egcs enhanced GNU compiler suite + @direntry +-* g77: (g77). The GNU Fortran compilation system. ++* g77: (g77). The egcs Fortran-77 compiler. + @end direntry + @node Top, Copying,, (DIR) + @top Introduction |