Makefile.in: Regenerate.
authorJan Hubicka <jh@suse.cz>
Sat, 8 Jan 2011 01:37:00 +0000 (02:37 +0100)
committerJan Hubicka <hubicka@gcc.gnu.org>
Sat, 8 Jan 2011 01:37:00 +0000 (01:37 +0000)
commit96bdf9b4035f9628ee214b9d773c313b065e36bf
tree6f419805e71a133ecdcbe5137da91c38f6dab263
parentf35cafc9ff3898a2205a2089f315f19640da1041
Makefile.in: Regenerate.

* Makefile.in: Regenerate.
* Makefile.def (gcc host module) and soft dependency on lto-plugin
and configure dependency on lto-plugin configure.
(lto-plugin module): Remove dependency on GCC; add dependency on
liniberty.

* doc/invoke.texi: (-flto, -fuse-linker-plugin): Update defaults
and no longer claim that gold is required for linker plugin.
* configure: Regenerate.
* gcc.c (PLUGIN_COND): New macro.
(LINK_COMMAND_SPEC): Use it.
(main): Default to plugin enabled with HAVE_LTO_PLUGIN is set.
* config.in (HAVE_LTO_PLUGIN): New.
* configure.ac (--with-lto-plugin): New parameter; autodetect
HAVE_LTO_PLUGIN.

From-SVN: r168593
ChangeLog
Makefile.def
Makefile.in
gcc/ChangeLog
gcc/config.in
gcc/configure
gcc/configure.ac
gcc/doc/invoke.texi
gcc/gcc.c