Since it does not support float128 type. Signed-off-by: Serhey Popovych <[email protected]> --- meta/recipes-support/mpfr/mpfr_4.0.1.bb | 2 ++ 1 file changed, 2 insertions(+)
diff --git a/meta/recipes-support/mpfr/mpfr_4.0.1.bb b/meta/recipes-support/mpfr/mpfr_4.0.1.bb index 2eee76a..ccf7fdc 100644 --- a/meta/recipes-support/mpfr/mpfr_4.0.1.bb +++ b/meta/recipes-support/mpfr/mpfr_4.0.1.bb @@ -16,4 +16,6 @@ SRC_URI[sha256sum] = "67874a60826303ee2fb6affc6dc0ddd3e749e9bfcb4c8655e3953d0458 UPSTREAM_CHECK_URI = "http://www.mpfr.org/mpfr-current/" +EXTRA_OECONF_append_libc-musl = " --disable-float128" + BBCLASSEXTEND = "native nativesdk" -- 2.7.4 -- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
