From 5600db7f4921769a9e0aac5cb2cae852568e6b2d Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Fri, 16 Sep 2022 20:51:03 -0700 Subject: mpfr: Use clang again on mips/mips64 Signed-off-by: Khem Raj --- conf/nonclangable.conf | 4 ---- 1 file changed, 4 deletions(-) diff --git a/conf/nonclangable.conf b/conf/nonclangable.conf index 918d79b..6ea3b46 100644 --- a/conf/nonclangable.conf +++ b/conf/nonclangable.conf @@ -67,10 +67,6 @@ TOOLCHAIN:pn-valgrind = "gcc" # uses C++ which clang does not like TOOLCHAIN:pn-wvstreams = "gcc" TOOLCHAIN:pn-wvdial = "gcc" -#| ../../mpfr-3.1.4/src/mul.c:324:11: error: invalid output constraint '=h' in asm -#| umul_ppmm (tmp[1], tmp[0], MPFR_MANT (b)[0], MPFR_MANT (c)[0]); -TOOLCHAIN:pn-mpfr:mips = "gcc" -TOOLCHAIN:pn-mpfr:mips64 = "gcc" # #../../lib/libicui18n.so: undefined reference to `__atomic_fetch_sub_4' #../../lib/libicui18n.so: undefined reference to `__atomic_load_4' -- cgit v1.2.3-54-g00ecf