[PATCH] buildsys: headers target should not depend on sysnum.h

2011-01-04 Thread Carmelo AMOROSO
From: Filippo Arcidiacono The generation of the sysnum.h has to be a prerequisite of 'pregen' target instead of headers, because it needs the compiler already available. The so called C bootstrap headers are required to build the compiler by invoking 'make headers', so the 'headers' target cannot

[PATCH] arm: add buildsys support for arm926ej-s

2011-01-04 Thread Carmelo AMOROSO
ARM926EJ-S belongs to the ARM9 processor family. It implements the ARMv5TEJ instruction set (v5TE architecture with Jazelle technology) Signed-off-by: Carmelo Amoroso --- Rules.mak|1 + extra/Configs/Config.arm |4 2 files changed, 5 insertions(+), 0 deletions(-) di

Re: [PATCH] arm: add buildsys support for arm926ej-s

2011-01-04 Thread Carmelo AMOROSO
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 1/4/2011 12:03 PM, Carmelo AMOROSO wrote: > ARM926EJ-S belongs to the ARM9 processor family. > It implements the ARMv5TEJ instruction set > (v5TE architecture with Jazelle technology) > > Signed-off-by: Carmelo Amoroso > --- > Rules.mak

Re: [PATCH] arm: add buildsys support for arm926ej-s

2011-01-04 Thread Abdoulaye Walsimou GAYE
On 01/04/2011 12:03 PM, Carmelo AMOROSO wrote: > ARM926EJ-S belongs to the ARM9 processor family. > It implements the ARMv5TEJ instruction set > (v5TE architecture with Jazelle technology) > > Signed-off-by: Carmelo Amoroso > --- > Rules.mak|1 + > extra/Configs/Config.arm |

Re: [PATCH] arm: add buildsys support for arm926ej-s

2011-01-04 Thread Carmelo AMOROSO
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 1/4/2011 12:12 PM, Abdoulaye Walsimou GAYE wrote: > On 01/04/2011 12:03 PM, Carmelo AMOROSO wrote: > > ARM926EJ-S belongs to the ARM9 processor family. > > It implements the ARMv5TEJ instruction set > > (v5TE architecture with Jazelle technology)

Re: [PATCH] arm: add buildsys support for arm926ej-s

2011-01-04 Thread Yann E. MORIN
Carmelo, All, On Tuesday 04 January 2011 12:22:41 Carmelo AMOROSO wrote: > On 1/4/2011 12:12 PM, Abdoulaye Walsimou GAYE wrote: > > On 01/04/2011 12:03 PM, Carmelo AMOROSO wrote: > > I don't think it is the responsibility of C library to set such compiler > > switches at all. > > If the gcc is con

Re: [PATCH] arm: add buildsys support for arm926ej-s

2011-01-04 Thread Khem Raj
On Tue, Jan 4, 2011 at 3:05 AM, Carmelo AMOROSO wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On 1/4/2011 12:03 PM, Carmelo AMOROSO wrote: >> ARM926EJ-S belongs to the ARM9 processor family. >> It implements the ARMv5TEJ instruction set >> (v5TE architecture with Jazelle technology)

Re: [PATCH] arm: add buildsys support for arm926ej-s

2011-01-04 Thread Khem Raj
On Tue, Jan 4, 2011 at 10:18 AM, Yann E. MORIN wrote: > Carmelo, All, > > On Tuesday 04 January 2011 12:22:41 Carmelo AMOROSO wrote: >> On 1/4/2011 12:12 PM, Abdoulaye Walsimou GAYE wrote: >> > On 01/04/2011 12:03 PM, Carmelo AMOROSO wrote: >> > I don't think it is the responsibility of C library

Re: [PATCH] arm: add buildsys support for arm926ej-s

2011-01-04 Thread Yann E. MORIN
Khem, All, On Tuesday 04 January 2011 20:07:00 Khem Raj wrote: > On Tue, Jan 4, 2011 at 10:18 AM, Yann E. MORIN > wrote: > > Back some time ago, it had been discussed that it was up to the user to > > properly configure his/her compiler to the desired target system: [--SNIp--] > > I'm ready to re

Re: [PATCH] arm: add buildsys support for arm926ej-s

2011-01-04 Thread Carmelo Amoroso
On 04/01/11 20:41, Yann E. MORIN wrote: > Khem, All, > > On Tuesday 04 January 2011 20:07:00 Khem Raj wrote: >> On Tue, Jan 4, 2011 at 10:18 AM, Yann E. MORIN >> wrote: >>> Back some time ago, it had been discussed that it was up to the user to >>> properly configure his/her compiler to the desir