summaryrefslogtreecommitdiffstats
path: root/conf/clang.conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf/clang.conf')
-rw-r--r--conf/clang.conf6
1 files changed, 3 insertions, 3 deletions
diff --git a/conf/clang.conf b/conf/clang.conf
index ba17970..b4a616f 100644
--- a/conf/clang.conf
+++ b/conf/clang.conf
@@ -6,10 +6,10 @@ CPP_toolchain-clang = "${TARGET_PREFIX}clang ${TOOLCHAIN_OPTIONS} -E"
6CCLD_toolchain-clang = "${TARGET_PREFIX}clang ${TOOLCHAIN_OPTIONS}" 6CCLD_toolchain-clang = "${TARGET_PREFIX}clang ${TOOLCHAIN_OPTIONS}"
7 7
8TOOLCHAIN_pn-lzo = "clang" 8TOOLCHAIN_pn-lzo = "clang"
9DEPENDS_append_pn-lzo = " clang-cross " 9DEPENDS_append_pn-lzo = " clang-cross-${TARGET_ARCH} "
10 10
11TOOLCHAIN_pn-musl = "clang" 11TOOLCHAIN_pn-musl = "clang"
12DEPENDS_append_pn-musl = " clang-cross " 12DEPENDS_append_pn-musl = " clang-cross-${TARGET_ARCH} "
13 13
14TOOLCHAIN_pn-toybox = "clang" 14TOOLCHAIN_pn-toybox = "clang"
15DEPENDS_append_pn-toybox = " clang-cross " 15DEPENDS_append_pn-toybox = " clang-cross-${TARGET_ARCH} "