diff options
author | jdp <jdp@FreeBSD.org> | 1998-01-10 21:40:10 +0000 |
---|---|---|
committer | jdp <jdp@FreeBSD.org> | 1998-01-10 21:40:10 +0000 |
commit | 9590a32e4738409614dc5dd1e743a86f23211210 (patch) | |
tree | 90ace500964ff824d01ea66c85a65dfe8abf9d24 /lang/gcc40/files | |
parent | 618dc7193c638d22644994ba1f32c7a82e94f761 (diff) | |
download | FreeBSD-ports-9590a32e4738409614dc5dd1e743a86f23211210.zip FreeBSD-ports-9590a32e4738409614dc5dd1e743a86f23211210.tar.gz |
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.
Diffstat (limited to 'lang/gcc40/files')
-rw-r--r-- | lang/gcc40/files/patch-aa | 12 | ||||
-rw-r--r-- | lang/gcc40/files/patch-ab | 14 | ||||
-rw-r--r-- | lang/gcc40/files/patch-ac | 13 |
3 files changed, 39 insertions, 0 deletions
diff --git a/lang/gcc40/files/patch-aa b/lang/gcc40/files/patch-aa new file mode 100644 index 0000000..9dc2e19 --- /dev/null +++ b/lang/gcc40/files/patch-aa @@ -0,0 +1,12 @@ +--- gcc/cpp.texi.orig Mon Aug 11 08:57:05 1997 ++++ gcc/cpp.texi Sat Jan 10 11:59:15 1998 +@@ -1,5 +1,9 @@ + \input texinfo + @setfilename cpp.info ++@dircategory The egcs enhanced GNU compiler suite ++@direntry ++* cpp: (cpp). The egcs C/C++ preprocessor. ++@end direntry + @settitle The C Preprocessor + + @ignore diff --git a/lang/gcc40/files/patch-ab b/lang/gcc40/files/patch-ab new file mode 100644 index 0000000..5de4fe9 --- /dev/null +++ b/lang/gcc40/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 diff --git a/lang/gcc40/files/patch-ac b/lang/gcc40/files/patch-ac new file mode 100644 index 0000000..961874c --- /dev/null +++ b/lang/gcc40/files/patch-ac @@ -0,0 +1,13 @@ +--- gcc/gcc.texi.orig Fri Jan 2 15:38:11 1998 ++++ gcc/gcc.texi Sat Jan 10 11:56:49 1998 +@@ -1,6 +1,10 @@ + >\input texinfo @c -*-texinfo-*- + @c %**start of header + @setfilename gcc.info ++@dircategory The egcs enhanced GNU compiler suite ++@direntry ++* gcc: (gcc). The egcs C/C++ compiler. ++@end direntry + @c @setfilename usegcc.info + @c @setfilename portgcc.info + @c To produce the full manual, use the "gcc.info" setfilename, and |