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/gcc/files/patch-ac | |
parent | Allow root to use the "-d" switch. (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/gcc/files/patch-ac')
-rw-r--r-- | lang/gcc/files/patch-ac | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/lang/gcc/files/patch-ac b/lang/gcc/files/patch-ac new file mode 100644 index 000000000000..961874c5c315 --- /dev/null +++ b/lang/gcc/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 |