diff options
author | Khem Raj <raj.khem@gmail.com> | 2019-08-15 16:16:14 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-08-15 22:12:19 -0700 |
commit | 2751445c587e62d3a0de8bb2ce4deb3f496ec503 (patch) | |
tree | 282cdf6bff5b19b5ece8eaf4552e4cd6a4e07dfd /meta-oe/recipes-multimedia | |
parent | 84bf94bfe9de517842a363a17c53a601b5363382 (diff) | |
download | meta-openembedded-2751445c587e62d3a0de8bb2ce4deb3f496ec503.tar.gz |
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>
Diffstat (limited to 'meta-oe/recipes-multimedia')
-rw-r--r-- | meta-oe/recipes-multimedia/libopus/libopus_1.1.3.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-multimedia/libopus/libopus_1.1.3.bb b/meta-oe/recipes-multimedia/libopus/libopus_1.1.3.bb index fb9bdc70f..1512a1d7d 100644 --- a/meta-oe/recipes-multimedia/libopus/libopus_1.1.3.bb +++ b/meta-oe/recipes-multimedia/libopus/libopus_1.1.3.bb | |||
@@ -50,6 +50,6 @@ python () { | |||
50 | #| {standard input}:761: Error: selected processor does not support Thumb mode `smull fp,r2,r3,r9' | 50 | #| {standard input}:761: Error: selected processor does not support Thumb mode `smull fp,r2,r3,r9' |
51 | #| {standard input}:773: Error: selected processor does not support Thumb mode `smull fp,r3,r5,r8' | 51 | #| {standard input}:773: Error: selected processor does not support Thumb mode `smull fp,r3,r5,r8' |
52 | #| make[2]: *** [celt/celt.lo] Error 1 | 52 | #| make[2]: *** [celt/celt.lo] Error 1 |
53 | ARM_INSTRUCTION_SET = "arm" | 53 | ARM_INSTRUCTION_SET_armv5 = "arm" |
54 | 54 | ||
55 | BBCLASSEXTEND = "native nativesdk" | 55 | BBCLASSEXTEND = "native nativesdk" |