[oe-commits] [openembedded-core] 30/83: gmp: don't compile in mips16e mode

git at git.openembedded.org git at git.openembedded.org
Fri Jul 1 15:31:58 UTC 2016


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

commit 217729318b42ab378e1cc70db7726022a5837b49
Author: André Draszik <adraszik at tycoint.com>
AuthorDate: Fri Jun 24 11:58:27 2016 +0100

    gmp: don't compile in mips16e mode
    
    gmp contains hand-written assembly which is not compatible with
    the MIPS16e mode.
    
    Signed-off-by: André Draszik <adraszik at tycoint.com>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 meta/recipes-support/gmp/gmp_6.1.0.bb | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/meta/recipes-support/gmp/gmp_6.1.0.bb b/meta/recipes-support/gmp/gmp_6.1.0.bb
index de827f5..9acf5cf 100644
--- a/meta/recipes-support/gmp/gmp_6.1.0.bb
+++ b/meta/recipes-support/gmp/gmp_6.1.0.bb
@@ -30,4 +30,8 @@ do_install_append_class-target() {
 
 SSTATE_SCAN_FILES += "gmp.h"
 
+# Doesn't compile in MIPS16e mode due to use of hand-written
+# assembly
+MIPS_INSTRUCTION_SET = "mips"
+
 BBCLASSEXTEND = "native nativesdk"

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


More information about the Openembedded-commits mailing list