perl: Use CCLD not ${TARGET_SYS}-gcc in do_compile
authorTom Rini <tom_rini@mentor.com>
Thu, 2 Sep 2010 23:12:20 +0000 (16:12 -0700)
committerTom Rini <tom_rini@mentor.com>
Thu, 2 Sep 2010 23:12:20 +0000 (16:12 -0700)
commita5ee14715405dd220a3ca4afa567134158dae4be
treed1ef1b64ad1bcd39c39b593d56b1daec420cfdaa
parent261676fed0818a60a6f5b4dc781235cc6c49ba86
perl: Use CCLD not ${TARGET_SYS}-gcc in do_compile

It's possible that CCLD != ${TARGET_SYS}-gcc once everything is
evaluated and CCLD is for when you're using CC for LD.

Signed-off-by: Tom Rini <tom_rini@mentor.com>
recipes/perl/perl_5.10.1.bb
recipes/perl/perl_5.8.8.bb