Re: 4.7 deprecated targets removal patch

2011-03-22 Thread Joseph S. Myers
This was approved on IRC so I've now committed it (including committing the relevant bits to src). -- Joseph S. Myers jos...@codesourcery.com

Re: 4.7 deprecated targets removal patch

2011-03-18 Thread Joseph S. Myers
On Fri, 18 Mar 2011, Ralf Wildenhues wrote: > > > > - and the general reason for not > > > > removing the empty cases is that there are plenty of such cases already > > > > there, some for truly ancient targets. > > > > > > I can understand keeping them when there are later case matches that >

Re: 4.7 deprecated targets removal patch

2011-03-18 Thread Ralf Wildenhues
* Joseph S. Myers wrote on Fri, Mar 18, 2011 at 10:09:04PM CET: > On Fri, 18 Mar 2011, Ralf Wildenhues wrote: > > * Joseph S. Myers wrote on Fri, Mar 18, 2011 at 08:46:56PM CET: > > > On Fri, 18 Mar 2011, Ralf Wildenhues wrote: > > > > Why not also remove the line before and after this one? > > > >

Re: 4.7 deprecated targets removal patch

2011-03-18 Thread Joseph S. Myers
On Fri, 18 Mar 2011, Ralf Wildenhues wrote: > * Joseph S. Myers wrote on Fri, Mar 18, 2011 at 08:46:56PM CET: > > On Fri, 18 Mar 2011, Ralf Wildenhues wrote: > > > > > > @@ -744,7 +744,6 @@ case "${target}" in > > > > libgloss_dir=cris > > > > ;; > > > >crx-*-*) > > > > -noconfi

Re: 4.7 deprecated targets removal patch

2011-03-18 Thread Ralf Wildenhues
* Joseph S. Myers wrote on Fri, Mar 18, 2011 at 08:46:56PM CET: > On Fri, 18 Mar 2011, Ralf Wildenhues wrote: > > > > @@ -744,7 +744,6 @@ case "${target}" in > > > libgloss_dir=cris > > > ;; > > >crx-*-*) > > > -noconfigdirs="$noconfigdirs target-libstdc++-v3 target-mudflap > >

Re: 4.7 deprecated targets removal patch

2011-03-18 Thread Joseph S. Myers
On Fri, 18 Mar 2011, Ralf Wildenhues wrote: > > @@ -744,7 +744,6 @@ case "${target}" in > > libgloss_dir=cris > > ;; > >crx-*-*) > > -noconfigdirs="$noconfigdirs target-libstdc++-v3 target-mudflap > > ${libgcj}" > > ;; > > Why not also remove the line before and after this

Re: 4.7 deprecated targets removal patch

2011-03-18 Thread Ralf Wildenhues
Hello Joseph, * Joseph S. Myers wrote on Fri, Mar 18, 2011 at 12:12:09PM CET: > Bootstrapped with no regressions on x86_64-unknown-linux-gnu. OK to > commit? The build system changes look OK from a build system technical POV, with a couple of comments below. > 2011-03-17 Joseph Myers > >