diff options
author | Naveen Saini <naveen.kumar.saini@intel.com> | 2019-10-10 13:26:12 +0800 |
---|---|---|
committer | Anuj Mittal <anuj.mittal@intel.com> | 2019-10-21 07:18:55 +0800 |
commit | 15f69ba28259fae729acfc738ce8ab5273f092bd (patch) | |
tree | f48394aa05b689e95a55e54a97b3f164eccdb25e /dynamic-layers/clang-layer/recipes-opencl | |
parent | 748fffc6b1994e59d42cecacf2419fe46626632d (diff) | |
download | meta-intel-15f69ba28259fae729acfc738ce8ab5273f092bd.tar.gz meta-intel-15f69ba28259fae729acfc738ce8ab5273f092bd.tar.bz2 meta-intel-15f69ba28259fae729acfc738ce8ab5273f092bd.zip |
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>
Diffstat (limited to 'dynamic-layers/clang-layer/recipes-opencl')
-rw-r--r-- | dynamic-layers/clang-layer/recipes-opencl/opencl-clang/opencl-clang_9.0.0.bb | 3 |
1 files changed, 0 insertions, 3 deletions
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" |