mirror of
git://git.yoctoproject.org/meta-intel
synced 2026-01-01 13:58:05 +00:00
opencl-clang: use default TOOLCHAIN
LLD linker is no longer the default for clang-native, so we can build binaries linking to clang-native using GNU ld. Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
This commit is contained in:
parent
748fffc6b1
commit
15f69ba282
|
|
@ -17,7 +17,6 @@ inherit cmake
|
|||
DEPENDS += "clang"
|
||||
|
||||
DEPENDS_append_class-target = " opencl-clang-native"
|
||||
LDFLAGS_append_class-native = " -fuse-ld=lld"
|
||||
|
||||
COMPATIBLE_HOST = '(x86_64).*-linux'
|
||||
COMPATIBLE_HOST_libc-musl = "null"
|
||||
|
|
@ -33,5 +32,3 @@ do_install_append_class-native() {
|
|||
}
|
||||
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
|
||||
TOOLCHAIN_class-native = "clang"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user