]> code.ossystems Code Review - openembedded-core.git/commit
perl: use ${CCLD} instead of its own LD definition
authorKevin Tian <kevin.tian@intel.com>
Wed, 5 Jan 2011 06:50:33 +0000 (14:50 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 7 Jan 2011 11:09:48 +0000 (11:09 +0000)
commit16fa641f991a0ea44833b7c133c5863bf1476889
tree8ee348f4be94d333e39057794f649467cf484ee5
parent97789a160ad21ccc614f976fa5e2b306d816aabf
perl: use ${CCLD} instead of its own LD definition

perl explicitly assigns LD to a bogus value:
    oe_runmake perl LD="${TARGET_SYS}-gcc"
which breaks sstate-based build when toolchain is not generated locally,
due to lacking of --sysroot option. Use ${CCLD} instead to make this
relocatable.

Signed-off-by: Kevin Tian <kevin.tian@intel.com>
meta/recipes-devtools/perl/perl_5.8.8.bb