Hi!
On Sat, 10 Nov 2012 10:32:07 -0800, Andrew Pinski
wrote:
> 2012-11-10 Andrew Pinski
>
> PR bootstrap/55202
> * configure.ac: Set PLUGIN_LD_SUFFIX to just "ld" if it was "ld-new"
> or "collect-ld".
> * configure: Regenerate.
> Index: configure.ac
> ===
On Sat, Nov 10, 2012 at 6:46 AM, Paolo Bonzini wrote:
> Il 10/11/2012 05:30, Andrew Pinski ha scritto:
>> Hi,
>> The problem here is that set PLUGIN_LD_SUFFIX to ld-new which is not
>> the final installed binary name. This patch fixes the problem by
>> changing if we got ld-new to just ld.
>> N
Il 10/11/2012 05:30, Andrew Pinski ha scritto:
> Hi,
> The problem here is that set PLUGIN_LD_SUFFIX to ld-new which is not
> the final installed binary name. This patch fixes the problem by
> changing if we got ld-new to just ld.
> Note this issue has been around since 4.6 but not many people t
Hi,
The problem here is that set PLUGIN_LD_SUFFIX to ld-new which is not
the final installed binary name. This patch fixes the problem by
changing if we got ld-new to just ld.
Note this issue has been around since 4.6 but not many people test
installed binary and it does not show up while doing