Openembedded Devel Discussions
 help / color / mirror / Atom feed
* [meta-oe][PATCH 1/2] tinymembench: Disable on mips64
@ 2017-07-01 19:54 Khem Raj
  2017-07-01 19:54 ` [meta-oe][PATCH 2/2] ltrace: Add mips64 support Khem Raj
  0 siblings, 1 reply; 2+ messages in thread
From: Khem Raj @ 2017-07-01 19:54 UTC (permalink / raw)
  To: openembedded-devel

Not yet supported

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 meta-oe/recipes-benchmark/tinymembench/tinymembench_git.bb | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/meta-oe/recipes-benchmark/tinymembench/tinymembench_git.bb b/meta-oe/recipes-benchmark/tinymembench/tinymembench_git.bb
index 5968d8213..8cb59da73 100644
--- a/meta-oe/recipes-benchmark/tinymembench/tinymembench_git.bb
+++ b/meta-oe/recipes-benchmark/tinymembench/tinymembench_git.bb
@@ -27,3 +27,7 @@ do_install() {
 #| {standard input}:82: Error: selected processor does not support Thumb mode `mla r3,r4,r3,r5'
 #| {standard input}:82: Error: unshifted register required -- `and r8,r7,r3,lsr#16'
 ARM_INSTRUCTION_SET = "arm"
+#
+# Does not work for 64bit mips.
+#
+COMPATIBLE_HOST = "^(?!mips64).*"
-- 
2.13.2



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

end of thread, other threads:[~2017-07-01 19:55 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-07-01 19:54 [meta-oe][PATCH 1/2] tinymembench: Disable on mips64 Khem Raj
2017-07-01 19:54 ` [meta-oe][PATCH 2/2] ltrace: Add mips64 support Khem Raj

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox