summaryrefslogtreecommitdiffstats
path: root/recipes-core
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2017-05-18 21:04:43 +0000
committerKhem Raj <raj.khem@gmail.com>2017-05-18 21:04:43 +0000
commit2baa00b8a919a1c29c891b900a48239856d01438 (patch)
tree22f844dd367ca6c9304359ca7ac716b928b492e8 /recipes-core
parentb0ca3a027d1a305d8a9753272bfbb0f8bf3df1d2 (diff)
downloadmeta-clang-2baa00b8a919a1c29c891b900a48239856d01438.tar.gz
systemd: Define nm,ar,ranlib from llvm when using clang
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes-core')
-rw-r--r--recipes-core/systemd/systemd_%.bbappend4
1 files changed, 4 insertions, 0 deletions
diff --git a/recipes-core/systemd/systemd_%.bbappend b/recipes-core/systemd/systemd_%.bbappend
new file mode 100644
index 0000000..aa1cef2
--- /dev/null
+++ b/recipes-core/systemd/systemd_%.bbappend
@@ -0,0 +1,4 @@
1COMPILER_NM_toolchain-clang = "llvm-nm"
2COMPILER_AR_toolchain-clang = "llvm-ar"
3COMPILER_RANLIB_toolchain-clang = "llvm-ranlib"
4