diff options
author | Khem Raj <raj.khem@gmail.com> | 2016-05-10 05:14:25 +0000 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2016-05-10 05:14:25 +0000 |
commit | e7efb9b14763a0c975a54e6943bbd7864511463f (patch) | |
tree | 63f0c5f8ebcfa30379b1fada7e7d284095898ceb /conf | |
parent | 63887f5469d954a9ed2c78c714d6393e93354df0 (diff) | |
download | meta-clang-e7efb9b14763a0c975a54e6943bbd7864511463f.tar.gz |
nonclangable: Dont use toolchain-clang override
Its redundant to use it since we are pinning to gcc
always for arm < v6
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'conf')
-rw-r--r-- | conf/nonclangable.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/nonclangable.conf b/conf/nonclangable.conf index 7e712f0..a636016 100644 --- a/conf/nonclangable.conf +++ b/conf/nonclangable.conf | |||
@@ -62,8 +62,8 @@ TOOLCHAIN_pn-mpfr_mips = "gcc" | |||
62 | #../../lib/libicui18n.so: undefined reference to `__atomic_store_4' | 62 | #../../lib/libicui18n.so: undefined reference to `__atomic_store_4' |
63 | #../../lib/libicui18n.so: undefined reference to `__atomic_fetch_add_4' | 63 | #../../lib/libicui18n.so: undefined reference to `__atomic_fetch_add_4' |
64 | # | 64 | # |
65 | TOOLCHAIN_pn-icu_toolchain-clang_armv4 = "gcc" | 65 | TOOLCHAIN_pn-icu_armv4 = "gcc" |
66 | TOOLCHAIN_pn-icu_toolchain-clang_armv5 = "gcc" | 66 | TOOLCHAIN_pn-icu_armv5 = "gcc" |
67 | 67 | ||
68 | CFLAGS_append_pn-liboil_toolchain-clang_x86-64 = " -fheinous-gnu-extensions " | 68 | CFLAGS_append_pn-liboil_toolchain-clang_x86-64 = " -fheinous-gnu-extensions " |
69 | 69 | ||