summaryrefslogtreecommitdiffstats
path: root/conf/clang.conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf/clang.conf')
-rw-r--r--conf/clang.conf9
1 files changed, 9 insertions, 0 deletions
diff --git a/conf/clang.conf b/conf/clang.conf
new file mode 100644
index 0000000..8565721
--- /dev/null
+++ b/conf/clang.conf
@@ -0,0 +1,9 @@
1TOOLCHAIN ?= ""
2
3CC_toolchain-clang = "${TARGET_PREFIX}clang ${TOOLCHAIN_OPTIONS}"
4CXX_toolchain-clang = "${TARGET_PREFIX}clang++ ${TOOLCHAIN_OPTIONS}"
5CPP_toolchain-clang = "${TARGET_PREFIX}clang ${TOOLCHAIN_OPTIONS} -E"
6CCLD_toolchain-clang = "${TARGET_PREFIX}clang ${TOOLCHAIN_OPTIONS}"
7
8TOOLCHAIN_pn-lzo = "clang"
9DEPENDS_append_pn-lzo = " clang-cross "