mirror of
https://git.yoctoproject.org/poky
synced 2026-03-16 04:09:39 +01:00
classes/toolchain/clang: compiler-rt and libcxx are not target-specific
This file can be used for nativesdk builds, which if they are using the clang toolchain will also need compiler-rt and libcxx. (From OE-Core rev: 24c32edb1b29a0746bb4470fea11e87b8027d9f9) 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
1722c4162c
commit
c77b545ae1
@@ -26,8 +26,7 @@ PREFERRED_PROVIDER_virtual/nativesdk-cross-c++:class-crosssdk = "clang-crosssdk-
|
||||
PREFERRED_PROVIDER_virtual/nativesdk-cross-cc:class-cross-canadian = "clang-crosssdk-${SDK_SYS}"
|
||||
PREFERRED_PROVIDER_virtual/nativesdk-cross-c++:class-cross-canadian = "clang-crosssdk-${SDK_SYS}"
|
||||
|
||||
|
||||
BASE_DEFAULT_DEPS:append:class-target = " compiler-rt libcxx"
|
||||
BASE_DEFAULT_DEPS:append = " compiler-rt libcxx"
|
||||
|
||||
TUNE_CCARGS += "${@bb.utils.contains("DISTRO_FEATURES", "usrmerge", " --dyld-prefix=/usr", "", d)}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user