Re: [build] Honor --disable-symvers (PR bootstrap/48135)

2011-03-21 Thread Richard Guenther
On Mon, 21 Mar 2011, Rainer Orth wrote: > Richard Guenther writes: > > >>> Ok for 4.7, RMs should decide about 4.6.1. > >> > >> Applied, thanks.  It would be nice to get into 4.6 (even 4.6.1) since > >> otherwise install.texi which claims --disable-symvers as a workaround > >> lies :-) > > > > O

Re: [build] Honor --disable-symvers (PR bootstrap/48135)

2011-03-21 Thread Rainer Orth
Richard Guenther writes: >>> Ok for 4.7, RMs should decide about 4.6.1. >> >> Applied, thanks.  It would be nice to get into 4.6 (even 4.6.1) since >> otherwise install.texi which claims --disable-symvers as a workaround >> lies :-) > > Ok. Just to make no mistake: ok for 4.6.0 or ok for 4.6.1?

Re: [build] Honor --disable-symvers (PR bootstrap/48135)

2011-03-21 Thread Richard Guenther
On Mon, Mar 21, 2011 at 1:39 PM, Rainer Orth wrote: > Paolo Bonzini writes: > >> On 03/21/2011 12:34 PM, Rainer Orth wrote: >>> Prompted by PR bootstrap/48135, I found that only libstdc++-v3 honors >>> --disable-symvers.  The following patch corrects this, but also notices >>> again the mess we'v

Re: [build] Honor --disable-symvers (PR bootstrap/48135)

2011-03-21 Thread Rainer Orth
Paolo Bonzini writes: > On 03/21/2011 12:34 PM, Rainer Orth wrote: >> Prompted by PR bootstrap/48135, I found that only libstdc++-v3 honors >> --disable-symvers. The following patch corrects this, but also notices >> again the mess we've created by having at least 3 different sets of >> checks f

Re: [build] Honor --disable-symvers (PR bootstrap/48135)

2011-03-21 Thread Paolo Bonzini
On 03/21/2011 12:34 PM, Rainer Orth wrote: Prompted by PR bootstrap/48135, I found that only libstdc++-v3 honors --disable-symvers. The following patch corrects this, but also notices again the mess we've created by having at least 3 different sets of checks for symbol versioning, each with its

[build] Honor --disable-symvers (PR bootstrap/48135)

2011-03-21 Thread Rainer Orth
Prompted by PR bootstrap/48135, I found that only libstdc++-v3 honors --disable-symvers. The following patch corrects this, but also notices again the mess we've created by having at least 3 different sets of checks for symbol versioning, each with its own variations ;-( But this is not the time