mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +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:
parent
cde6146e49
commit
f52cbdcbe5
|
|
@ -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).*"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user