summaryrefslogtreecommitdiff
path: root/meta/recipes-extended/mdadm/files/mdadm-3.2.2_fix_for_x32.patch
Commit message (Collapse)AuthorAgeFilesLines
* mdadm: Make custom CC definition conditionalNitin A Kamble2011-12-121-0/+24
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 making the CC definition in the Makefile conditional. This fixes bug: [YOCTO #1414] Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>