summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--conf/clang.conf8
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}"
8TOOLCHAIN_pn-lzo = "clang" 8TOOLCHAIN_pn-lzo = "clang"
9DEPENDS_append_pn-lzo = " clang-cross-${TARGET_ARCH} " 9DEPENDS_append_pn-lzo = " clang-cross-${TARGET_ARCH} "
10 10
11TOOLCHAIN_pn-musl = "clang" 11#TOOLCHAIN_pn-musl = "clang"
12DEPENDS_append_pn-musl = " clang-cross-${TARGET_ARCH} " 12#DEPENDS_append_pn-musl = " clang-cross-${TARGET_ARCH} "
13 13
14TOOLCHAIN_pn-toybox = "clang" 14TOOLCHAIN_pn-toybox = "clang"
15DEPENDS_append_pn-toybox = " clang-cross-${TARGET_ARCH} " 15DEPENDS_append_pn-toybox = " clang-cross-${TARGET_ARCH} "
16
17TOOLCHAIN_pn-compiler-rt = "clang"
18DEPENDS_append_pn-compiler-rt = " clang-cross-${TARGET_ARCH} "
19