diff options
author | Zubair Lutfullah Kakakhel <Zubair.Kakakhel@imgtec.com> | 2016-11-23 13:47:31 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-11-30 15:48:07 +0000 |
commit | 6dc16c8907343e7ef638f13bf00945d0a1268f7c (patch) | |
tree | a53c5fcaf34e04e7eb7da5932ab2e6bdca211a9c /meta/recipes-support | |
parent | 3680c265a43138b6e177f8b3155ba1095bfcd5b4 (diff) | |
download | poky-6dc16c8907343e7ef638f13bf00945d0a1268f7c.tar.gz |
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.
(From OE-Core rev: b0975809fe43b7506cc30a60245f5e32b275a3ec)
Signed-off-by: Zubair Lutfullah Kakakhel <Zubair.Kakakhel@imgtec.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support')
-rw-r--r-- | meta/recipes-support/gmp/gmp_6.1.1.bb | 1 |
1 files changed, 1 insertions, 0 deletions
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 | |||
21 | acpaths = "" | 21 | acpaths = "" |
22 | 22 | ||
23 | EXTRA_OECONF += " --enable-cxx=detect" | 23 | EXTRA_OECONF += " --enable-cxx=detect" |
24 | EXTRA_OECONF_mipsarchr6_append = " --disable-assembly" | ||
24 | 25 | ||
25 | PACKAGES =+ "libgmpxx" | 26 | PACKAGES =+ "libgmpxx" |
26 | FILES_libgmpxx = "${libdir}/libgmpxx${SOLIBS}" | 27 | FILES_libgmpxx = "${libdir}/libgmpxx${SOLIBS}" |