diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-03-11 10:37:38 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-03-11 16:08:48 +0000 |
commit | e777d6873ce9a8a80288ecbcfc86239e0ed0e2f9 (patch) | |
tree | 6eada82cebd48e0088632a93e17aa7101a173f7b /scripts/oe-check-sstate | |
parent | 78615e9260fb5d6569de4883521b049717fa4340 (diff) | |
download | openembedded-core-e777d6873ce9a8a80288ecbcfc86239e0ed0e2f9.tar.gz openembedded-core-e777d6873ce9a8a80288ecbcfc86239e0ed0e2f9.tar.bz2 openembedded-core-e777d6873ce9a8a80288ecbcfc86239e0ed0e2f9.zip |
u-boot-mkimage: Fix use of 'cc' instead of BUILD_CC
OE needs to be able to change the default compiler. If we pass in HOSTCC
through the make command, it overwrites not only this setting but also the
setting in tools/Makefile wrapped in ifneq ($(CROSS_BUILD_TOOLS),) which
breaks the build.
We therefore add a way of changing the default in the top level Makefile
without interfering with the other setting.
I've emailed this workaround to Masahiro Yamada for discussion.
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts/oe-check-sstate')
0 files changed, 0 insertions, 0 deletions