diff options
Diffstat (limited to 'conf/clang.conf')
| -rw-r--r-- | conf/clang.conf | 6 |
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" | |||
| 6 | CCLD_toolchain-clang = "${TARGET_PREFIX}clang ${TOOLCHAIN_OPTIONS}" | 6 | CCLD_toolchain-clang = "${TARGET_PREFIX}clang ${TOOLCHAIN_OPTIONS}" |
| 7 | 7 | ||
| 8 | TOOLCHAIN_pn-lzo = "clang" | 8 | TOOLCHAIN_pn-lzo = "clang" |
| 9 | DEPENDS_append_pn-lzo = " clang-cross " | 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 " | 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 " | 15 | DEPENDS_append_pn-toybox = " clang-cross-${TARGET_ARCH} " |
