[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug ld/12402] ld --disable-plugins configure options doesn't work
From: |
davek at gcc dot gnu.org |
Subject: |
[Bug ld/12402] ld --disable-plugins configure options doesn't work |
Date: |
Tue, 1 Feb 2011 03:56:17 +0000 |
http://sourceware.org/bugzilla/show_bug.cgi?id=12402
Dave Korn <davek at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
CC| |davek at gcc dot gnu.org
Resolution| |INVALID
--- Comment #1 from Dave Korn <davek at gcc dot gnu.org> 2011-02-01 03:56:13
UTC ---
(In reply to comment #0)
> I was unable to disable ld plugin support on hppa-unknown-linux-gnu.
The --enable/--disable-plugins option is part of binutils/configure and
decides only whether nm and ar have plugin support. There is no way to disable
ld plugin support (plugins.m4 is not even included by ld/configure.in; the code
you quoted is more of a replacement than an override).
This is by design - or to be precise, by review; I originally submitted a
patch that did have configure-time control over whether the plugin interface
was supported, but during the code review on the mailing list, I was persuaded
to make it unconditional. (I can't remember exactly why we decided that, but
it's all there in the archives.)
> GCC lto/plugin support is currently broken on this target.
Is there else anything apart from GCC PR47274, which I'm looking at?
--
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.