[oe-commits] [openembedded-core] 12/48: gmp: Disable assembly for MIPS R6

git at git.openembedded.org git at git.openembedded.org
Thu May 18 12:08:57 UTC 2017


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch morty
in repository openembedded-core.

commit b21d5c0c615c99bd0d756ab32818acc3b648fb4e
Author: Zubair Lutfullah Kakakhel <Zubair.Kakakhel at imgtec.com>
AuthorDate: Wed Nov 23 13:47:31 2016 +0000

    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 <Zubair.Kakakhel at imgtec.com>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
    (cherry picked from commit b0975809fe43b7506cc30a60245f5e32b275a3ec)
    Signed-off-by: Armin Kuster <akuster808 at gmail.com>
---
 meta/recipes-support/gmp/gmp_6.1.1.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/recipes-support/gmp/gmp_6.1.1.bb b/meta/recipes-support/gmp/gmp_6.1.1.bb
index 303c3ef..614d21a 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}"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list