[OE-core] [OE-Core][Morty] gmp: Fix Disable assembly for MIPS R6

Zubair Lutfullah Kakakhel Zubair.Kakakhel at imgtec.com
Wed Jul 12 15:11:56 UTC 2017


The miparchr6 option was introduced pyro onwards and doesn't exist
for morty. Disable assembly the old fashioned way for MIPS R6

Signed-off-by: Zubair Lutfullah Kakakhel <Zubair.Kakakhel at imgtec.com>
---
 meta/recipes-support/gmp/gmp_6.1.1.bb | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/meta/recipes-support/gmp/gmp_6.1.1.bb b/meta/recipes-support/gmp/gmp_6.1.1.bb
index 614d21a..8679461 100644
--- a/meta/recipes-support/gmp/gmp_6.1.1.bb
+++ b/meta/recipes-support/gmp/gmp_6.1.1.bb
@@ -21,7 +21,10 @@ SRC_URI[sha256sum] = "a8109865f2893f1373b0a8ed5ff7429de8db696fc451b1036bd7bdf95b
 acpaths = ""
 
 EXTRA_OECONF += " --enable-cxx=detect"
-EXTRA_OECONF_mipsarchr6_append = " --disable-assembly"
+EXTRA_OECONF_mipsisa32r6_append   = " --disable-assembly"
+EXTRA_OECONF_mipsisa32r6el_append = " --disable-assembly"
+EXTRA_OECONF_mipsisa64r6_append   = " --disable-assembly"
+EXTRA_OECONF_mipsisa64r6el_append = " --disable-assembly"
 
 PACKAGES =+ "libgmpxx"
 FILES_libgmpxx = "${libdir}/libgmpxx${SOLIBS}"
-- 
2.10.2




More information about the Openembedded-core mailing list