diff options
author | gerald <gerald@FreeBSD.org> | 2002-04-12 15:41:58 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2002-04-12 15:41:58 +0800 |
commit | 99cf74e80afcb632e328dee12e125d6bdff87bd7 (patch) | |
tree | f7cf9bc42db0b7a0f51f47fa0a1e5b6d1bc2e949 /lang/gcc40 | |
parent | 5aa138b3ff8358192257fdaa7dabfd3849353e49 (diff) | |
download | freebsd-ports-gnome-99cf74e80afcb632e328dee12e125d6bdff87bd7.tar.gz freebsd-ports-gnome-99cf74e80afcb632e328dee12e125d6bdff87bd7.tar.zst freebsd-ports-gnome-99cf74e80afcb632e328dee12e125d6bdff87bd7.zip |
GCC 2.95 and later aren't called egcs (any longer), so remove two patches
that add references to egcs to the documentation.
Approved by: obrien (maintainer+mentor)
Diffstat (limited to 'lang/gcc40')
-rw-r--r-- | lang/gcc40/files/patch-aa | 12 | ||||
-rw-r--r-- | lang/gcc40/files/patch-ab | 11 |
2 files changed, 0 insertions, 23 deletions
diff --git a/lang/gcc40/files/patch-aa b/lang/gcc40/files/patch-aa deleted file mode 100644 index db932fa5c7e1..000000000000 --- a/lang/gcc40/files/patch-aa +++ /dev/null @@ -1,12 +0,0 @@ ---- gcc/doc/cpp.texi.orig Mon Aug 11 08:57:05 1997 -+++ gcc/doc/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 deleted file mode 100644 index f298fd056742..000000000000 --- a/lang/gcc40/files/patch-ab +++ /dev/null @@ -1,11 +0,0 @@ ---- gcc/f/g77.texi.orig Thu Jun 4 03:41:18 1998 -+++ gcc/f/g77.texi Tue Jun 9 17:52:16 1998 -@@ -150,7 +150,7 @@ - - @dircategory Programming - @direntry --* g77: (g77). The GNU Fortran compiler. -+* g77: (g77). The EGCS GNU Fortran compiler. - @end direntry - @node Top, Copying,, (DIR) - @top Introduction |