mirror of
https://git.yoctoproject.org/poky
synced 2026-09-12 15:49:36 +02:00
clang: use EXTRA_OECMAKE +=
Don't assign EXTRA_OECMAKE so that the include files can set defaults. (From OE-Core rev: 5ad8d6ddf7a1ada37ad1070a3d3347c7f6d57148) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
f5fdf6ed3f
commit
9ece218efa
@@ -21,7 +21,7 @@ B_NATIVE = "${B}-native"
|
||||
# Semicolon-separated list of targets to build
|
||||
LIBCLC_TARGETS ?= "all"
|
||||
|
||||
EXTRA_OECMAKE = "-DLIBCLC_TARGETS_TO_BUILD=${LIBCLC_TARGETS}"
|
||||
EXTRA_OECMAKE += "-DLIBCLC_TARGETS_TO_BUILD=${LIBCLC_TARGETS}"
|
||||
EXTRA_OECMAKE:append:class-target = " -DPREPARE_BUILTINS=${B_NATIVE}/prepare_builtins"
|
||||
EXTRA_OECMAKE:append:class-nativesdk = " -DPREPARE_BUILTINS=${B_NATIVE}/prepare_builtins"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user