From: Zubair Lutfullah Kakakhel Date: Wed, 23 Nov 2016 13:47:31 +0000 (+0000) Subject: gmp: Disable assembly for MIPS R6 X-Git-Tag: uninative-1.5~1300 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=b0975809fe43b7506cc30a60245f5e32b275a3ec;p=openembedded-core.git gmp: Disable assembly for MIPS R6 gmplib has some assembly routines. These have not been optimized for MIPS R6 yet. Add --disable-assembly so that the C implementation is used. Signed-off-by: Zubair Lutfullah Kakakhel Signed-off-by: Ross Burton --- diff --git a/meta/recipes-support/gmp/gmp_6.1.1.bb b/meta/recipes-support/gmp/gmp_6.1.1.bb index 303c3ef9e2..614d21ab7d 100644 --- a/meta/recipes-support/gmp/gmp_6.1.1.bb +++ b/meta/recipes-support/gmp/gmp_6.1.1.bb @@ -21,6 +21,7 @@ SRC_URI[sha256sum] = "a8109865f2893f1373b0a8ed5ff7429de8db696fc451b1036bd7bdf95b acpaths = "" EXTRA_OECONF += " --enable-cxx=detect" +EXTRA_OECONF_mipsarchr6_append = " --disable-assembly" PACKAGES =+ "libgmpxx" FILES_libgmpxx = "${libdir}/libgmpxx${SOLIBS}"