diff options
author | Andi Kleen <ak@linux.intel.com> | 2010-10-18 09:39:15 +0000 |
---|---|---|
committer | Andi Kleen <ak@gcc.gnu.org> | 2010-10-18 09:39:15 +0000 |
commit | fda9c731a9a047cdde798207b896784e8233a4d8 (patch) | |
tree | 16cee18700712e464cb0cb85002ccb6b766f2c8f /gcc/configure | |
parent | 1fb000641146f78eb756228c6f5a64dc4c91b0ca (diff) | |
download | gcc-fda9c731a9a047cdde798207b896784e8233a4d8.zip gcc-fda9c731a9a047cdde798207b896784e8233a4d8.tar.gz gcc-fda9c731a9a047cdde798207b896784e8233a4d8.tar.bz2 |
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.
From-SVN: r165613
Diffstat (limited to 'gcc/configure')
-rwxr-xr-x | gcc/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/configure b/gcc/configure index bceffd6..6f48325 100755 --- a/gcc/configure +++ b/gcc/configure @@ -25395,7 +25395,7 @@ lang_tree_files= # `language' must be a single word so is spelled singularly. all_languages= all_compilers= -all_outputs='Makefile gccbug' +all_outputs='Makefile' # List of language makefile fragments. all_lang_makefrags= # Additional files for gengtype |