From 15f69ba28259fae729acfc738ce8ab5273f092bd Mon Sep 17 00:00:00 2001 From: Naveen Saini Date: Thu, 10 Oct 2019 13:26:12 +0800 Subject: 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 Signed-off-by: Anuj Mittal --- .../clang-layer/recipes-opencl/opencl-clang/opencl-clang_9.0.0.bb | 3 --- 1 file changed, 3 deletions(-) (limited to 'dynamic-layers') diff --git a/dynamic-layers/clang-layer/recipes-opencl/opencl-clang/opencl-clang_9.0.0.bb b/dynamic-layers/clang-layer/recipes-opencl/opencl-clang/opencl-clang_9.0.0.bb index e4209234..32af900d 100644 --- a/dynamic-layers/clang-layer/recipes-opencl/opencl-clang/opencl-clang_9.0.0.bb +++ b/dynamic-layers/clang-layer/recipes-opencl/opencl-clang/opencl-clang_9.0.0.bb @@ -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" -- cgit v1.2.3-54-g00ecf