Landry Breuil writes:
> On Thu, Mar 17, 2016 at 10:46:04PM +0100, Jeremie Courreges-Anglas wrote:
>> Landry Breuil writes:
>>
>> > Hi,
>> >
>> > mpi@ already fixed some ports (audio/mpd at least) by removing
>> > -Wl,--gc-sections from the linking flags, but 'lots' of other ports
>> > using thi
Landry Breuil writes:
> Hi,
>
> mpi@ already fixed some ports (audio/mpd at least) by removing
> -Wl,--gc-sections from the linking flags, but 'lots' of other ports
> using this construct fail on powerpc. Maybe we should make it a noop on
> this arch ?
Unless someone comes up with a proper fix,
On Thu, Mar 17, 2016 at 10:46:04PM +0100, Jeremie Courreges-Anglas wrote:
> Landry Breuil writes:
>
> > Hi,
> >
> > mpi@ already fixed some ports (audio/mpd at least) by removing
> > -Wl,--gc-sections from the linking flags, but 'lots' of other ports
> > using this construct fail on powerpc. Mayb