]> code.ossystems Code Review - openembedded-core.git/commitdiff
gmp: don't compile in mips16e mode
authorAndré Draszik <adraszik@tycoint.com>
Fri, 24 Jun 2016 10:58:27 +0000 (11:58 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 1 Jul 2016 15:08:45 +0000 (16:08 +0100)
gmp contains hand-written assembly which is not compatible with
the MIPS16e mode.

Signed-off-by: André Draszik <adraszik@tycoint.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-support/gmp/gmp_6.1.0.bb

index de827f5b7ca5eb7e8a90bb493caf5c3c4508cd8b..9acf5cf5fe2cec00a72cc8962a7e2901ea883518 100644 (file)
@@ -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"