All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] musl: don't compile in mips16e mode
@ 2016-07-21  3:19 git
  2016-07-21  3:22 ` Khem Raj
  0 siblings, 1 reply; 4+ messages in thread
From: git @ 2016-07-21  3:19 UTC (permalink / raw)
  To: openembedded-core

From: André Draszik <adraszik@tycoint.com>

musl contains hand-written assembly which is not compatible with
the MIPS16e mode.

Signed-off-by: André Draszik <adraszik@tycoint.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"
-- 
2.8.1



^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2016-07-21 13:46 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-07-21  3:19 [PATCH] musl: don't compile in mips16e mode git
2016-07-21  3:22 ` Khem Raj
2016-07-21 10:16   ` André Draszik
2016-07-21 13:46     ` Khem Raj

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.