Re: -Wl,--gc-sections broken on powerpc

2016-06-21 Thread Jérémie Courrèges-Anglas
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

Re: -Wl,--gc-sections broken on powerpc

2016-03-19 Thread Jeremie Courreges-Anglas
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,

Re: -Wl,--gc-sections broken on powerpc

2016-03-19 Thread Landry Breuil
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