mirror of
https://git.yoctoproject.org/meta-arm
synced 2026-07-16 15:57:19 +00:00
db56f59865
This commit introduces a configuration variable, LINUX_ACK_TOOLCHAIN_CLANG, that (if set) switches the kernel build to use the Android Clang compiler Change-Id: Iab362916159bf6e8096061f1b7281a7513001d61
9 lines
300 B
PHP
9 lines
300 B
PHP
# Clang-specific configuration of kernel build
|
|
|
|
# We need to add this dependency as the kernel configuration depends on the compiler
|
|
do_kernel_configme[depends] += "androidclang-native:do_populate_sysroot"
|
|
|
|
DEPENDS:append = " androidclang-native"
|
|
|
|
KERNEL_CC = "${CCACHE}clang ${HOST_CC_KERNEL_ARCH}"
|