mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-27 13:16:35 +00:00
arch/arm: use EABIhf by default with VFP
Set EABIhf as the default target ABI for the ARM processors that have or may have a VFP unit, since this ABI is the most efficient in that case. Of course, EABI can still be selected manually if needed. [Peter: only default to EABIHF when we are sure the CPU has a VFP] Signed-off-by: Benoît Thébaudeau <benoit.thebaudeau.dev@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
3af2f6cddc
commit
cc0773f2a8
@ -188,6 +188,7 @@ endchoice
|
|||||||
choice
|
choice
|
||||||
prompt "Target ABI"
|
prompt "Target ABI"
|
||||||
depends on BR2_arm || BR2_armeb
|
depends on BR2_arm || BR2_armeb
|
||||||
|
default BR2_ARM_EABIHF if BR2_ARM_CPU_HAS_VFPV2
|
||||||
default BR2_ARM_EABI
|
default BR2_ARM_EABI
|
||||||
help
|
help
|
||||||
Application Binary Interface to use. The Application Binary
|
Application Binary Interface to use. The Application Binary
|
||||||
|
Loading…
x
Reference in New Issue
Block a user