mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-16 11:58:23 +00:00
libopus: Limit forcing ARM mode ISA to v5 only
This lets newer armv7+ still use thumb2 ISA Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
84bf94bfe9
commit
2751445c58
@ -50,6 +50,6 @@ python () {
|
|||||||
#| {standard input}:761: Error: selected processor does not support Thumb mode `smull fp,r2,r3,r9'
|
#| {standard input}:761: Error: selected processor does not support Thumb mode `smull fp,r2,r3,r9'
|
||||||
#| {standard input}:773: Error: selected processor does not support Thumb mode `smull fp,r3,r5,r8'
|
#| {standard input}:773: Error: selected processor does not support Thumb mode `smull fp,r3,r5,r8'
|
||||||
#| make[2]: *** [celt/celt.lo] Error 1
|
#| make[2]: *** [celt/celt.lo] Error 1
|
||||||
ARM_INSTRUCTION_SET = "arm"
|
ARM_INSTRUCTION_SET_armv5 = "arm"
|
||||||
|
|
||||||
BBCLASSEXTEND = "native nativesdk"
|
BBCLASSEXTEND = "native nativesdk"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user