Re: [PATCH] Get rid of the ARM variant choice in the menuconfig, take 2

2009-04-10 Thread Khem Raj
On Thursday 09 April 2009 10:12:19 am Yann E. MORIN wrote: Khem, Mike, All, On Thursday 09 April 2009 10:23:18 Khem Raj wrote: I think we could get the features like mtune and march out and let users specify them but IMO I see some value in leave the others in bundle to form the support

Re: [PATCH] Get rid of the ARM variant choice in the menuconfig, take 2

2009-04-09 Thread Mike Frysinger
On Wednesday 08 April 2009 18:03:55 Yann E. MORIN wrote: As previously suggested, here is a patch that gets rid of the ARM variant choice in the menuconfig. Unlike the previous submission, the endianness is still passed down to the compiler and linker. This patch is just a proof of concept,

Re: [PATCH] Get rid of the ARM variant choice in the menuconfig, take 2

2009-04-09 Thread Khem Raj
On Thursday 09 April 2009 12:02:50 am Mike Frysinger wrote: On Wednesday 08 April 2009 18:03:55 Yann E. MORIN wrote: As previously suggested, here is a patch that gets rid of the ARM variant choice in the menuconfig. Unlike the previous submission, the endianness is still passed down to

Re: [PATCH] Get rid of the ARM variant choice in the menuconfig, take 2

2009-04-09 Thread Mike Frysinger
On Thursday 09 April 2009 03:15:34 Khem Raj wrote: On Thursday 09 April 2009 12:02:50 am Mike Frysinger wrote: On Wednesday 08 April 2009 18:03:55 Yann E. MORIN wrote: As previously suggested, here is a patch that gets rid of the ARM variant choice in the menuconfig. Unlike the

Re: [PATCH] Get rid of the ARM variant choice in the menuconfig, take 2

2009-04-09 Thread Khem Raj
On Thursday 09 April 2009 01:06:36 am Mike Frysinger wrote: On Thursday 09 April 2009 03:15:34 Khem Raj wrote: On Thursday 09 April 2009 12:02:50 am Mike Frysinger wrote: On Wednesday 08 April 2009 18:03:55 Yann E. MORIN wrote: As previously suggested, here is a patch that gets rid of

Re: [PATCH] Get rid of the ARM variant choice in the menuconfig, take 2

2009-04-09 Thread Yann E. MORIN
Khem, Mike, All, On Thursday 09 April 2009 10:23:18 Khem Raj wrote: I think we could get the features like mtune and march out and let users specify them but IMO I see some value in leave the others in bundle to form the support that a particular variant has which is not generic. e.g.

[PATCH] Get rid of the ARM variant choice in the menuconfig, take 2

2009-04-08 Thread Yann E. MORIN
Hello All! Description: As previously suggested, here is a patch that gets rid of the ARM variant choice in the menuconfig. Unlike the previous submission, the endianness is still passed down to the compiler and linker. This patch is just a proof of concept, to serve as a base of