> -----Original Message----- > From: [email protected] > [mailto:[email protected]] On Behalf Of > Khem Raj > Sent: Wednesday, December 07, 2011 11:20 PM > To: Patches and discussions about the oe-core layer > Cc: [email protected] > Subject: Re: [OE-core] [PATCH 02/11] mdadm: Make custom CC definition > conditional > > On Wed, Dec 7, 2011 at 9:48 PM, <[email protected]> wrote: > > + > > ++ifndef CC > > + CC = $(CROSS_COMPILE)gcc > > ++endif > > ++ > > may be you could do > > CC ?= $(CROSS_COMPILE)gcc > here instead
Yes, This way also works the same, I changed the commit accordingly. > > _______________________________________________ > Openembedded-core mailing list > [email protected] > http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core _______________________________________________ Openembedded-core mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
