diff options
author | ak <ak@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-10-18 09:39:15 +0000 |
---|---|---|
committer | ak <ak@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-10-18 09:39:15 +0000 |
commit | 210263ee13a4e0bd9513afb9d6568d21a8808ede (patch) | |
tree | 16cee18700712e464cb0cb85002ccb6b766f2c8f /gcc/doc/sourcebuild.texi | |
parent | 66741d8babae57c5d8bcd6aa468283ec5d46e967 (diff) | |
download | gcc-210263ee13a4e0bd9513afb9d6568d21a8808ede.tar.gz |
Remove gccbug
gcc/
2010-10-18 Andi Kleen <ak@linux.intel.com>
PR other/43448
* gccbug.in: Remove.
* Makefile.in (GCCBUG_INSTALL_NAME, gccbug): Remove
(doc, distclean, install-common): Remove reference to gccbug.
* configure: Regenerate.
* configure.ac (all_outputs): Remove gccbug.
* doc/configfiles.texi: Remove references to gccbug.
* doc/sourcebuild.texi: Dito.
contrib/
2010-10-18 Andi Kleen <ak@linux.intel.com>
* gccbug.el: Remove.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@165613 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/doc/sourcebuild.texi')
-rw-r--r-- | gcc/doc/sourcebuild.texi | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/doc/sourcebuild.texi b/gcc/doc/sourcebuild.texi index 1f981e74606..cdf63e0338b 100644 --- a/gcc/doc/sourcebuild.texi +++ b/gcc/doc/sourcebuild.texi @@ -532,8 +532,7 @@ following are also necessary: @itemize @bullet @item At least one Bugzilla component for bugs in that front end and runtime -libraries. This category needs to be mentioned in -@file{gcc/gccbug.in}, as well as being added to the Bugzilla database. +libraries. This category needs to be added to the Bugzilla database. @item Normally, one or more maintainers of that front end listed in @file{MAINTAINERS}. |