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:
Naveen Saini 2019-10-10 13:26:12 +08:00 committed by Anuj Mittal
parent 748fffc6b1
commit 15f69ba282

View File

@ -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"