[oe-commits] [openembedded-core] 45/72: musl: don't compile in mips16e mode

git at git.openembedded.org git at git.openembedded.org
Mon Jul 25 22:53:13 UTC 2016


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

commit dbbd58cb64b12cb4dc816425eee59c56cd46301f
Author: André Draszik <adraszik at tycoint.com>
AuthorDate: Thu Jul 21 04:19:48 2016 +0100

    musl: don't compile in mips16e mode
    
    musl 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-core/musl/musl.inc | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/meta/recipes-core/musl/musl.inc b/meta/recipes-core/musl/musl.inc
index 5e6cd01..276b00f 100644
--- a/meta/recipes-core/musl/musl.inc
+++ b/meta/recipes-core/musl/musl.inc
@@ -24,3 +24,6 @@ FILES_SOLIBSDEV = ""
 FILES_${PN} += "${libdir}/lib*${SOLIBSDEV}"
 INSANE_SKIP_${PN} = "dev-so"
 
+# Doesn't compile in MIPS16e mode due to use of hand-written
+# assembly
+MIPS_INSTRUCTION_SET = "mips"

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


More information about the Openembedded-commits mailing list