summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support
diff options
context:
space:
mode:
authorZubair Lutfullah Kakakhel <Zubair.Kakakhel@imgtec.com>2016-11-23 13:47:31 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-05-18 13:07:32 +0100
commit7c0a184f8b5412a109fdeeb0d89c501e41ede35a (patch)
treeae0002b480a1cc7bf95d52b519e556b3e4985970 /meta/recipes-support
parentae95c1e7cbfb8cccf689274d4da95da76d4bee02 (diff)
downloadpoky-7c0a184f8b5412a109fdeeb0d89c501e41ede35a.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: b21d5c0c615c99bd0d756ab32818acc3b648fb4e) Signed-off-by: Zubair Lutfullah Kakakhel <Zubair.Kakakhel@imgtec.com> Signed-off-by: Ross Burton <ross.burton@intel.com> (cherry picked from commit b0975809fe43b7506cc30a60245f5e32b275a3ec) Signed-off-by: Armin Kuster <akuster808@gmail.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.bb1
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
21acpaths = "" 21acpaths = ""
22 22
23EXTRA_OECONF += " --enable-cxx=detect" 23EXTRA_OECONF += " --enable-cxx=detect"
24EXTRA_OECONF_mipsarchr6_append = " --disable-assembly"
24 25
25PACKAGES =+ "libgmpxx" 26PACKAGES =+ "libgmpxx"
26FILES_libgmpxx = "${libdir}/libgmpxx${SOLIBS}" 27FILES_libgmpxx = "${libdir}/libgmpxx${SOLIBS}"