]> git.ipfire.org Git - thirdparty/gcc.git/commit
* Makefile.in: Regenerate.
authorhubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 8 Jan 2011 01:37:00 +0000 (01:37 +0000)
committerhubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 8 Jan 2011 01:37:00 +0000 (01:37 +0000)
commitde4d280bb3834f8631dfb3e05056adc0322246d1
tree6f419805e71a133ecdcbe5137da91c38f6dab263
parent050b8e21725dc9d70d98e540875009d15e821a4e
* 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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@168593 138bc75d-0d04-0410-961f-82ee72b054a4
ChangeLog
Makefile.def
Makefile.in
gcc/ChangeLog
gcc/config.in
gcc/configure
gcc/configure.ac
gcc/doc/invoke.texi
gcc/gcc.c