mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-25 19:40:35 -09:00
package/speex: ARM5E needs ARM mode
Add a dependency on ARM mode for ARM5E to fix the following build
failure on Cortex-M3 which only supports Thumb2 mode:
/tmp/ccJHSu7y.s:158: Error: selected processor does not support `smulbb r1,r6,lr' in Thumb mode
Fixes:
- http://autobuild.buildroot.org/results/1575da3a8ea2bcde7fa9885df317a12d5c36918f
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
(cherry picked from commit 28be64c1e0)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
committed by
Peter Korsgaard
parent
e62c13c91e
commit
f0a7810423
@@ -18,6 +18,7 @@ config BR2_PACKAGE_SPEEX_ARM4
|
||||
config BR2_PACKAGE_SPEEX_ARM5E
|
||||
bool
|
||||
default y
|
||||
depends on BR2_arm && !BR2_PACKAGE_SPEEX_ARM4
|
||||
depends on BR2_arm && BR2_ARM_CPU_HAS_ARM && \
|
||||
!BR2_PACKAGE_SPEEX_ARM4
|
||||
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user