diff options
author | Richard Guenther <rguenther@suse.de> | 2010-01-11 12:38:09 +0000 |
---|---|---|
committer | Richard Biener <rguenth@gcc.gnu.org> | 2010-01-11 12:38:09 +0000 |
commit | c164615b36abdfcb7934b9cd449a1813987ac7cd (patch) | |
tree | 3e2ebe4783d329b40dee9a32028df0ed6897ad7d /lto-plugin/ChangeLog | |
parent | c448ab16ea9065d1e4e133cb543b43f066e029e2 (diff) | |
download | gcc-c164615b36abdfcb7934b9cd449a1813987ac7cd.tar.gz |
re PR lto/41569 (.../prev-gcc/xgcc used for the install step of the lto-plugin)
2010-01-11 Richard Guenther <rguenther@suse.de>
PR lto/41569
* Makefile.def (all-lto-plugin): Depend on all-gcc.
* Makefile.in: Regenerated.
lto-plugin/
* Makefile.am: Disable dependencies.
* Makefile.in: Regenerated.
From-SVN: r155809
Diffstat (limited to 'lto-plugin/ChangeLog')
-rw-r--r-- | lto-plugin/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lto-plugin/ChangeLog b/lto-plugin/ChangeLog index 4848e279397..9336ac92555 100644 --- a/lto-plugin/ChangeLog +++ b/lto-plugin/ChangeLog @@ -1,3 +1,9 @@ +2010-01-11 Richard Guenther <rguenther@suse.de> + + PR lto/41569 + * Makefile.am: Disable dependencies. + * Makefile.in: Regenerated. + 2010-01-03 H.J. Lu <hongjiu.lu@intel.com> PR lto/42520 |