From dbbd58cb64b12cb4dc816425eee59c56cd46301f Mon Sep 17 00:00:00 2001 From: André Draszik Date: Thu, 21 Jul 2016 04:19:48 +0100 Subject: musl: don't compile in mips16e mode MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit musl contains hand-written assembly which is not compatible with the MIPS16e mode. Signed-off-by: André Draszik Signed-off-by: Ross Burton --- meta/recipes-core/musl/musl.inc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'meta/recipes-core/musl/musl.inc') diff --git a/meta/recipes-core/musl/musl.inc b/meta/recipes-core/musl/musl.inc index 5e6cd01fda..276b00fdc4 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" -- cgit 1.2.3-korg