Re: Remove sub-arch/variants selection from the menuconfig

2010-01-26 Thread Bernhard Reutner-Fischer
On Mon, Jan 25, 2010 at 10:03:58PM +0100, Yann E. MORIN wrote: Hello All! On Monday 25 January 2010 21:49:25 Yann E. MORIN wrote: It is not the responsibility of the C library to select what sub-arch to generate code for. Rely on the user to: - either use a compiler that is configured to

Re: Remove sub-arch/variants selection from the menuconfig

2010-01-26 Thread Yann E. MORIN
Bernhard, All, On Tuesday 26 January 2010 19:48:10 Bernhard Reutner-Fischer wrote: On Monday 25 January 2010 21:49:25 Yann E. MORIN wrote: It is not the responsibility of the C library to select what sub-arch to generate code for. Rely on the user to: - either use a compiler that is

Re: Remove sub-arch/variants selection from the menuconfig

2010-01-26 Thread Austin Foxley
On 01/26/2010 02:19 PM, Yann E. MORIN wrote: Bernhard, All, On Tuesday 26 January 2010 19:48:10 Bernhard Reutner-Fischer wrote: On Monday 25 January 2010 21:49:25 Yann E. MORIN wrote: It is not the responsibility of the C library to select what sub-arch to generate code for. Rely on the

Remove sub-arch/variants selection from the menuconfig

2010-01-25 Thread Yann E. MORIN
It is not the responsibility of the C library to select what sub-arch to generate code for. Rely on the user to: - either use a compiler that is configured to generate optimised code for the target actual target, - or set UCLIBC_EXTRA_CFLAGS with the correct incantation of -march, -mcpu, and