summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2015-03-31 05:21:10 +0000
committerKhem Raj <raj.khem@gmail.com>2015-03-31 05:21:10 +0000
commit884c350de877d12c04e3d77e6f94f378eda4b9ff (patch)
treed7232c9d9327b6947adf747fa08efc78a256f37a /conf
parent97f58b80445e670f30e8d60e505dcdc9e05f0f1c (diff)
downloadmeta-clang-884c350de877d12c04e3d77e6f94f378eda4b9ff.tar.gz
clang: Build native tblgen prior to compiler itself
This fixed race conditions during build of clang-native where it cant find native tblgen during cross building clang use clang to compile musl Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'conf')
-rw-r--r--conf/clang.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/conf/clang.conf b/conf/clang.conf
index 8565721..7d4cc6a 100644
--- a/conf/clang.conf
+++ b/conf/clang.conf
@@ -7,3 +7,6 @@ CCLD_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 "
10
11TOOLCHAIN_pn-musl = "clang"
12DEPENDS_append_pn-musl = " clang-cross "