diff options
author | Khem Raj <raj.khem@gmail.com> | 2016-05-10 02:01:06 +0000 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2016-05-10 02:01:06 +0000 |
commit | d88576313149ede12f6287a31fbb2526c43531d8 (patch) | |
tree | 2858f5254f1b00b85a4f16d459da18192db94b99 | |
parent | ce78d86642d5c484879b6fa742a17f7e3d2ca53d (diff) | |
download | meta-clang-d88576313149ede12f6287a31fbb2526c43531d8.tar.gz |
nonclangable.conf: Use gcc for mpfr/mips
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | conf/nonclangable.conf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/conf/nonclangable.conf b/conf/nonclangable.conf index b14f858..7e712f0 100644 --- a/conf/nonclangable.conf +++ b/conf/nonclangable.conf | |||
@@ -52,6 +52,10 @@ TOOLCHAIN_pn-uclibc = "gcc" | |||
52 | TOOLCHAIN_pn-uclibc-initial = "gcc" | 52 | TOOLCHAIN_pn-uclibc-initial = "gcc" |
53 | TOOLCHAIN_pn-valgrind = "gcc" | 53 | TOOLCHAIN_pn-valgrind = "gcc" |
54 | TOOLCHAIN_pn-zlib = "gcc" | 54 | TOOLCHAIN_pn-zlib = "gcc" |
55 | |||
56 | #| ../../mpfr-3.1.4/src/mul.c:324:11: error: invalid output constraint '=h' in asm | ||
57 | #| umul_ppmm (tmp[1], tmp[0], MPFR_MANT (b)[0], MPFR_MANT (c)[0]); | ||
58 | TOOLCHAIN_pn-mpfr_mips = "gcc" | ||
55 | # | 59 | # |
56 | #../../lib/libicui18n.so: undefined reference to `__atomic_fetch_sub_4' | 60 | #../../lib/libicui18n.so: undefined reference to `__atomic_fetch_sub_4' |
57 | #../../lib/libicui18n.so: undefined reference to `__atomic_load_4' | 61 | #../../lib/libicui18n.so: undefined reference to `__atomic_load_4' |