diff options
| -rw-r--r-- | conf/clang.conf | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/conf/clang.conf b/conf/clang.conf index b4a616f..312f4cd 100644 --- a/conf/clang.conf +++ b/conf/clang.conf | |||
| @@ -8,8 +8,12 @@ CCLD_toolchain-clang = "${TARGET_PREFIX}clang ${TOOLCHAIN_OPTIONS}" | |||
| 8 | TOOLCHAIN_pn-lzo = "clang" | 8 | TOOLCHAIN_pn-lzo = "clang" |
| 9 | DEPENDS_append_pn-lzo = " clang-cross-${TARGET_ARCH} " | 9 | DEPENDS_append_pn-lzo = " clang-cross-${TARGET_ARCH} " |
| 10 | 10 | ||
| 11 | TOOLCHAIN_pn-musl = "clang" | 11 | #TOOLCHAIN_pn-musl = "clang" |
| 12 | DEPENDS_append_pn-musl = " clang-cross-${TARGET_ARCH} " | 12 | #DEPENDS_append_pn-musl = " clang-cross-${TARGET_ARCH} " |
| 13 | 13 | ||
| 14 | TOOLCHAIN_pn-toybox = "clang" | 14 | TOOLCHAIN_pn-toybox = "clang" |
| 15 | DEPENDS_append_pn-toybox = " clang-cross-${TARGET_ARCH} " | 15 | DEPENDS_append_pn-toybox = " clang-cross-${TARGET_ARCH} " |
| 16 | |||
| 17 | TOOLCHAIN_pn-compiler-rt = "clang" | ||
| 18 | DEPENDS_append_pn-compiler-rt = " clang-cross-${TARGET_ARCH} " | ||
| 19 | |||
