Re: Split up toplevel library-disabling cases

2011-04-01 Thread Joerg Wunsch
As Weddington, Eric wrote: Target maintainers: I'd like to understand why it is necessary to disable libssp for AVR, AIX and Microblaze, and libstdc++-v3 for AVR (and what use C++ is on AVR without libstdc++-v3 - do you use another C++ library?). [...] Regarding the AVR port, AFAIK,

Re: Split up toplevel library-disabling cases

2011-04-01 Thread Michael Eager
Joseph S. Myers wrote: This patch, relative to a tree with http://gcc.gnu.org/ml/gcc-patches/2011-03/msg02027.html (pending review) applied, continues toplevel configure cleanup by splitting the disabling of some libraries into separate case statements for those libraries. Separating the logic

Re: Split up toplevel library-disabling cases

2011-04-01 Thread Joseph S. Myers
On Fri, 1 Apr 2011, Michael Eager wrote: Target maintainers: I'd like to understand why it is necessary to disable libssp for AVR, AIX and Microblaze I believe that at some time in the past libssp failed to build for MicroBlaze, but I don't recall the details. It currently builds

Split up toplevel library-disabling cases

2011-03-31 Thread Joseph S. Myers
This patch, relative to a tree with http://gcc.gnu.org/ml/gcc-patches/2011-03/msg02027.html (pending review) applied, continues toplevel configure cleanup by splitting the disabling of some libraries into separate case statements for those libraries. Separating the logic like this brings things

Re: Split up toplevel library-disabling cases

2011-03-31 Thread Ralf Wildenhues
* Joseph S. Myers wrote on Fri, Apr 01, 2011 at 01:40:47AM CEST: OK to commit (both the previous patch this is based on, and this one)? Build system aspects of the patch are fine with me. Thanks for pursuing this, Ralf 2011-03-31 Joseph Myers jos...@codesourcery.com * configure.ac: