On Thu, 2012-09-06 at 16:08 +0100, Jack Mitchell wrote:
> So, would the best way to fix it be something like:
>
> do_compile() {
> run_oemake LD="${CCLD}"
> }
Yes, probably. Or I guess you can just do:
LD = "${CCLD}"
somewhere else in your .bb file.
p.