summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2016-05-11 08:29:13 -0700
committerKhem Raj <raj.khem@gmail.com>2016-05-11 08:29:13 -0700
commit2b35ebd0cea1174d994f1d38bab1bd39d9ebf48d (patch)
treea89290bd2d8dcdfd1294b5038b287e18ca46f15a
parent16aab174d073f382f635b8086fd9a545da332953 (diff)
downloadmeta-clang-2b35ebd0cea1174d994f1d38bab1bd39d9ebf48d.tar.gz
nonclangable: Add mpfr for mips64
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--conf/nonclangable.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/nonclangable.conf b/conf/nonclangable.conf
index 57b512c..b476885 100644
--- a/conf/nonclangable.conf
+++ b/conf/nonclangable.conf
@@ -56,6 +56,7 @@ TOOLCHAIN_pn-zlib = "gcc"
56#| ../../mpfr-3.1.4/src/mul.c:324:11: error: invalid output constraint '=h' in asm 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]); 57#| umul_ppmm (tmp[1], tmp[0], MPFR_MANT (b)[0], MPFR_MANT (c)[0]);
58TOOLCHAIN_pn-mpfr_mips = "gcc" 58TOOLCHAIN_pn-mpfr_mips = "gcc"
59TOOLCHAIN_pn-mpfr_mips64 = "gcc"
59# 60#
60#../../lib/libicui18n.so: undefined reference to `__atomic_fetch_sub_4' 61#../../lib/libicui18n.so: undefined reference to `__atomic_fetch_sub_4'
61#../../lib/libicui18n.so: undefined reference to `__atomic_load_4' 62#../../lib/libicui18n.so: undefined reference to `__atomic_load_4'