]> code.ossystems Code Review - openembedded-core.git/commit
busybox.inc: set CC=${CC} via make command line
authorAndre McCurdy <armccurdy@gmail.com>
Mon, 5 Oct 2015 21:59:14 +0000 (14:59 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 1 Dec 2015 21:31:01 +0000 (21:31 +0000)
commitb7c265e1edd5c82126c1f3915ba5ca9efef57c00
tree44c1970df013392f405566053d3220f4631456ff
parent5f822373fadff2415cf1602b9d58fae0dbd33730
busybox.inc: set CC=${CC} via make command line

Busybox currently relies on 'make -e' to over-ride CC and the make
command line to over-ride LD. Set CC via the make command line to be
consistent with LD and to allow '-e' to be dropped from EXTRA_OEMAKE.

Signed-off-by: Andre McCurdy <armccurdy@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-core/busybox/busybox.inc