Re: [PATCH V2] buildsys: s/CROSS/CROSS_COMPILE/g

2011-11-24 Thread Carmelo AMOROSO
On 24/11/2011 8.10, Bernhard Reutner-Fischer wrote: > On Nov 24, 2011 7:11 AM, "Carmelo AMOROSO" wrote: >> >> Use CROSS_COMPILE instead of CROSS as other projects are doing >> (i.e. kernel, busybox, buildroot). >> CROSS is still supported for backward compatibility only >> >> Signed-off-by: Carmel

Re: [PATCH V2] buildsys: s/CROSS/CROSS_COMPILE/g

2011-11-23 Thread Bernhard Reutner-Fischer
On Nov 24, 2011 7:11 AM, "Carmelo AMOROSO" wrote: > > Use CROSS_COMPILE instead of CROSS as other projects are doing > (i.e. kernel, busybox, buildroot). > CROSS is still supported for backward compatibility only > > Signed-off-by: Carmelo Amoroso > +CROSS_COMPILE=$(CROSS) s/=/?=/ OK with this

[PATCH V2] buildsys: s/CROSS/CROSS_COMPILE/g

2011-11-23 Thread Carmelo AMOROSO
Use CROSS_COMPILE instead of CROSS as other projects are doing (i.e. kernel, busybox, buildroot). CROSS is still supported for backward compatibility only Signed-off-by: Carmelo Amoroso --- INSTALL |2 +- Makefile.help |2 +- Makefile.in