]> code.ossystems Code Review - openembedded-core.git/commit
kernel,module-base.bbclass: Improve KERNEL_LD & KERNEL_AR variables
authorNitin A Kamble <nitin.a.kamble@intel.com>
Tue, 2 Aug 2011 20:44:44 +0000 (13:44 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 5 Aug 2011 16:15:39 +0000 (17:15 +0100)
commit9c525241c564a458db8ecd9ba325edeb13ec1c58
treec343cd57615e6a85a5f8664be54f1727d18e638a
parent8899c51127fc9df3a054bd38b0b33082fa372fa2
kernel,module-base.bbclass: Improve KERNEL_LD & KERNEL_AR variables

KERNEL_LD was using ${LD} in it's definition, which is not correct for
different ABIs such as x32 or i386 on x86_64 machine. This brings it
into sync with the corresponding gcc settings, likewise the same with
the KERNEL_AR variable.

[RP: Updated commit message]
Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/kernel.bbclass
meta/classes/module-base.bbclass