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 _______________________________________________ uClibc mailing list [email protected] http://lists.busybox.net/mailman/listinfo/uclibc
