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/gcc45/files/patch-aa | |
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/gcc45/files/patch-aa')
-rw-r--r-- | lang/gcc45/files/patch-aa | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/lang/gcc45/files/patch-aa b/lang/gcc45/files/patch-aa new file mode 100644 index 000000000000..9dc2e19279bb --- /dev/null +++ b/lang/gcc45/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 |