mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-05 02:50:46 +00:00
tinymembench: Disable on mips64
Not yet supported Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
@@ -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).*"
|
||||
|
||||
Reference in New Issue
Block a user