diff options
Diffstat (limited to 'conf/clang.conf')
| -rw-r--r-- | conf/clang.conf | 9 |
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 @@ | |||
| 1 | TOOLCHAIN ?= "" | ||
| 2 | |||
| 3 | CC_toolchain-clang = "${TARGET_PREFIX}clang ${TOOLCHAIN_OPTIONS}" | ||
| 4 | CXX_toolchain-clang = "${TARGET_PREFIX}clang++ ${TOOLCHAIN_OPTIONS}" | ||
| 5 | CPP_toolchain-clang = "${TARGET_PREFIX}clang ${TOOLCHAIN_OPTIONS} -E" | ||
| 6 | CCLD_toolchain-clang = "${TARGET_PREFIX}clang ${TOOLCHAIN_OPTIONS}" | ||
| 7 | |||
| 8 | TOOLCHAIN_pn-lzo = "clang" | ||
| 9 | DEPENDS_append_pn-lzo = " clang-cross " | ||
