On 27/10/2011 17.32, Mike Frysinger wrote:
> On Thu, Oct 27, 2011 at 16:42, Carmelo AMOROSO wrote:
>> +ifndef CROSS_COMPILE
>> +CROSS_COMPILE=
>>  endif
> 
> this is kind of useless logic.  i would change it to one line:
> CROSS_COMPILE ?= $(CROSS)
> -mike
> 

I've really done a sed, so I've kept the original logic.
IIUC you are suggesting to keep both CROSS and CROSS_COMPILE option,
If so, it should be the opposite

CROSS ?= $(CROSS_COMPILE)

shouldn't it ?
_______________________________________________
uClibc mailing list
[email protected]
http://lists.busybox.net/mailman/listinfo/uclibc

Reply via email to