diff options
author | Khem Raj <raj.khem@gmail.com> | 2025-07-03 20:13:49 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-07-04 14:56:41 +0100 |
commit | c69887224fac3a8ceb8a1a2f8ad23393e90d2c92 (patch) | |
tree | 86b5776ace7a90bff0f5b01a4918fb5f9915849a /meta/recipes-devtools/python/python3-pyasn1 | |
parent | 582664d64dee8aac0f04fa76a3b0402e03eaff20 (diff) | |
download | poky-master.tar.gz |
use TOOLCHAIN_NATIVE variable for selecting native compiler
Default it to PREFERRED_TOOLCHAIN_NATIVE, a recipe which wants
to enforce a toolchain can do so with
for cross toolchains ( e.g. target, nativesdk )
TOOLCHAIN = "gcc"
For native
TOOLCHAIN_NATIVE = "gcc"
This helps build native recipe with clang as native compiler.
(From OE-Core rev: 546baa210acacff5dde6ce55e9842b90277bc9a8)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python/python3-pyasn1')
0 files changed, 0 insertions, 0 deletions