Bug 42306 - [4.5 regression] Revision 155012 breaks lto-plugin
Summary: [4.5 regression] Revision 155012 breaks lto-plugin
Status: RESOLVED FIXED
Alias: None
Product: gcc
Classification: Unclassified
Component: bootstrap (show other bugs)
Version: 4.5.0
: P3 normal
Target Milestone: 4.5.0
Assignee: Not yet assigned to anyone
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-12-05 23:33 UTC by H.J. Lu
Modified: 2009-12-06 00:12 UTC (History)
2 users (show)

See Also:
Host:
Target:
Build:
Known to work:
Known to fail:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description H.J. Lu 2009-12-05 23:33:52 UTC
I got

libtool: Version mismatch error.  This is libtool 2.2.7a, but the
libtool: definition of this LT_INIT comes from libtool 2.2.6.
libtool: You should recreate aclocal.m4 with macros from libtool 2.2.7a
libtool: and run autoconf again.
make[6]: *** [lto-plugin.lo] Error 63
make[6]: Leaving directory `/export/gnu/import/svn/gcc-test/bld/lto-plugin'
make[5]: *** [all-stage1-lto-plugin] Error 2

--enable-gold is used to configure gcc.
Comment 1 H.J. Lu 2009-12-05 23:51:35 UTC
lto-plugin/:
	* configure: Regenerate.
	* Makefile.in: Regenerate.

is bogus. Those files aren't changed at all.
Comment 2 hjl@gcc.gnu.org 2009-12-05 23:58:06 UTC
Subject: Bug 42306

Author: hjl
Date: Sat Dec  5 23:57:50 2009
New Revision: 155017

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=155017
Log:
2009-12-05  H.J. Lu  <hongjiu.lu@intel.com>

	PR bootstrap/42306
	* configure: Regenerated.
	* Makefile.in: Likewise.

Modified:
    trunk/lto-plugin/ChangeLog
    trunk/lto-plugin/Makefile.in
    trunk/lto-plugin/configure

Comment 3 H.J. Lu 2009-12-06 00:12:48 UTC
Fixed.