Re: [OE-core] [PATCH 02/11] mdadm: fix CC definition in the Makefile

2011-12-05 Thread Kamble, Nitin A
Sent: Saturday, December 03, 2011 10:08 AM > To: openembedded-core@lists.openembedded.org > Subject: Re: [OE-core] [PATCH 02/11] mdadm: fix CC definition in the > Makefile > > Dear Nitin, > > > thank you for your patch. > > Am Freitag, den 02.12.2011, 12:20 -0800

Re: [OE-core] [PATCH 02/11] mdadm: fix CC definition in the Makefile

2011-12-03 Thread Paul Menzel
Dear Nitin, thank you for your patch. Am Freitag, den 02.12.2011, 12:20 -0800 schrieb nitin.a.kam...@intel.com: > From: Nitin A Kamble > > By hardcoding CC's definition in the Makefile, all the gcc parameters > set by tune settings are lost. Causing compile failure with x32 toolchain > > As t

[OE-core] [PATCH 02/11] mdadm: fix CC definition in the Makefile

2011-12-02 Thread nitin . a . kamble
From: Nitin A Kamble By hardcoding CC's definition in the Makefile, all the gcc parameters set by tune settings are lost. Causing compile failure with x32 toolchain As the bitbake defined CC is good, there is no need to redfine CC in the make file, hence removed it to fix the issue. This fixes