From: André Draszik Date: Fri, 24 Jun 2016 10:58:27 +0000 (+0100) Subject: gmp: don't compile in mips16e mode X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~25218 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=217729318b42ab378e1cc70db7726022a5837b49;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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 Signed-off-by: Ross Burton --- diff --git a/meta/recipes-support/gmp/gmp_6.1.0.bb b/meta/recipes-support/gmp/gmp_6.1.0.bb index de827f5b7ca..9acf5cf5fe2 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"