diff options
| -rw-r--r-- | meta/recipes-support/gmp/gmp_6.1.0.bb | 4 |
1 files changed, 4 insertions, 0 deletions
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() { | |||
| 30 | 30 | ||
| 31 | SSTATE_SCAN_FILES += "gmp.h" | 31 | SSTATE_SCAN_FILES += "gmp.h" |
| 32 | 32 | ||
| 33 | # Doesn't compile in MIPS16e mode due to use of hand-written | ||
| 34 | # assembly | ||
| 35 | MIPS_INSTRUCTION_SET = "mips" | ||
| 36 | |||
| 33 | BBCLASSEXTEND = "native nativesdk" | 37 | BBCLASSEXTEND = "native nativesdk" |
