mirror of
https://git.yoctoproject.org/poky
synced 2026-04-23 09:32:17 +02:00
bitbake.conf: ensure BUILD_* tools match target tools
Add a few more tools to the BUILD_* list, to match the target tool list. (From OE-Core rev: 633393830aea0120c4a2a165917040223630c49d) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
bbd6098ef4
commit
a740ac1c07
@@ -541,7 +541,10 @@ export BUILD_AR = "${BUILD_PREFIX}ar"
|
||||
export BUILD_AS = "${BUILD_PREFIX}as ${BUILD_AS_ARCH}"
|
||||
export BUILD_RANLIB = "${BUILD_PREFIX}ranlib"
|
||||
export BUILD_STRIP = "${BUILD_PREFIX}strip"
|
||||
BUILD_OBJCOPY = "${BUILD_PREFIX}objcopy"
|
||||
BUILD_OBJDUMP = "${BUILD_PREFIX}objdump"
|
||||
export BUILD_NM = "${BUILD_PREFIX}nm"
|
||||
BUILD_READELF = "${BUILD_PREFIX}readelf"
|
||||
|
||||
export MAKE = "make"
|
||||
EXTRA_OEMAKE = ""
|
||||
|
||||
Reference in New Issue
Block a user