Re: [PATCH] Support spu-elf in libstdc++ crossconfig.m4

2014-03-20 Thread Jonathan Wakely
On 20 March 2014 18:31, Ulrich Weigand wrote: > Jonathan Wakely wrote: >> On 20 March 2014 18:04, Ulrich Weigand wrote: >> > Hello, >> > >> > currently, there is no support for spu-elf in crossconfig.m4. In the past, >> > we've usually worked around this by configuring GCC with --with-newlib. >> >

Re: [PATCH] Support spu-elf in libstdc++ crossconfig.m4

2014-03-20 Thread Ulrich Weigand
Jonathan Wakely wrote: > On 20 March 2014 18:04, Ulrich Weigand wrote: > > Hello, > > > > currently, there is no support for spu-elf in crossconfig.m4. In the past, > > we've usually worked around this by configuring GCC with --with-newlib. > > > > But that has other drawbacks since it performs no

Re: [PATCH] Support spu-elf in libstdc++ crossconfig.m4

2014-03-20 Thread Jonathan Wakely
On 20 March 2014 18:04, Ulrich Weigand wrote: > Hello, > > currently, there is no support for spu-elf in crossconfig.m4. In the past, > we've usually worked around this by configuring GCC with --with-newlib. > > But that has other drawbacks since it performs no link tests at all, and > thus assume

[PATCH] Support spu-elf in libstdc++ crossconfig.m4

2014-03-20 Thread Ulrich Weigand
Hello, currently, there is no support for spu-elf in crossconfig.m4. In the past, we've usually worked around this by configuring GCC with --with-newlib. But that has other drawbacks since it performs no link tests at all, and thus assumes only a very minimal set of features available via newlib