From f5365955c494e60ff91a58dfee3f9d510925437e Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Mon, 20 Apr 2015 15:19:41 -0700 Subject: clanf.conf: Remove musl and add compiler-rt We cant compile libc yet since musl needs a dep on libgcc and compiler-rt needs some work to reach to that point Signed-off-by: Khem Raj --- conf/clang.conf | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'conf') 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}" TOOLCHAIN_pn-lzo = "clang" DEPENDS_append_pn-lzo = " clang-cross-${TARGET_ARCH} " -TOOLCHAIN_pn-musl = "clang" -DEPENDS_append_pn-musl = " clang-cross-${TARGET_ARCH} " +#TOOLCHAIN_pn-musl = "clang" +#DEPENDS_append_pn-musl = " clang-cross-${TARGET_ARCH} " TOOLCHAIN_pn-toybox = "clang" DEPENDS_append_pn-toybox = " clang-cross-${TARGET_ARCH} " + +TOOLCHAIN_pn-compiler-rt = "clang" +DEPENDS_append_pn-compiler-rt = " clang-cross-${TARGET_ARCH} " + -- cgit v1.2.3-54-g00ecf