Bug 39022 - lto-plugin is built unconditionally
Summary: lto-plugin is built unconditionally
Status: RESOLVED FIXED
Alias: None
Product: gcc
Classification: Unclassified
Component: bootstrap (show other bugs)
Version: lto
: P3 normal
Target Milestone: ---
Assignee: Diego Novillo
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-01-29 16:44 UTC by Rainer Orth
Modified: 2009-07-15 00:37 UTC (History)
1 user (show)

See Also:
Host:
Target:
Build:
Known to work:
Known to fail:
Last reconfirmed: 2009-07-08 06:09:15


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Rainer Orth 2009-01-29 16:44:34 UTC
I just noticed that lto-plugin is only used with gold, but is built
unconditionally.  This may unnecessarily break builds and should be avoided.
Comment 1 Ben Elliston 2009-07-08 04:53:07 UTC
Confirmed in r149354.
Comment 2 Ben Elliston 2009-07-08 06:09:15 UTC
Whoops, confirmed.
Comment 3 Rainer Orth 2009-07-09 19:49:54 UTC
Subject: Bug 39022

Author: ro
Date: Thu Jul  9 19:49:41 2009
New Revision: 149434

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=149434
Log:
	PR bootstrap/39022
	* configure.ac: Don't unconditionally add lto-plugin to configdirs.
	* configure: Regenerate.

Modified:
    branches/lto/ChangeLog
    branches/lto/configure
    branches/lto/configure.ac

Comment 4 Ben Elliston 2009-07-14 04:39:14 UTC
Can this PR be closed now, Rainer?
Comment 5 Rainer Orth 2009-07-14 17:26:50 UTC
Subject: Re:  lto-plugin is built unconditionally

> ------- Comment #4 from bje at gcc dot gnu dot org  2009-07-14 04:39 -------
> Can this PR be closed now, Rainer?

Yes, this works now.

	Rainer
Comment 6 Ben Elliston 2009-07-15 00:37:02 UTC
Fixed in r149434.