From 2c80ebf8dfb7284fac10c06a059341c40e56f5bd Mon Sep 17 00:00:00 2001 From: André Draszik Date: Fri, 24 Jun 2016 11:58:27 +0100 Subject: gmp: don't compile in mips16e mode MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit gmp contains hand-written assembly which is not compatible with the MIPS16e mode. (From OE-Core rev: 217729318b42ab378e1cc70db7726022a5837b49) Signed-off-by: André Draszik Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- meta/recipes-support/gmp/gmp_6.1.0.bb | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'meta/recipes-support') diff --git a/meta/recipes-support/gmp/gmp_6.1.0.bb b/meta/recipes-support/gmp/gmp_6.1.0.bb index de827f5b7c..9acf5cf5fe 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" -- cgit 1.2.3-korg