mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-05 17:37:43 +00:00
default to EABI on arm
Use of OABI is strongly discouraged since years now. Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
f7abeebf54
commit
15a85fce2a
@ -116,14 +116,17 @@ config BR2_ARM_TYPE
|
|||||||
choice
|
choice
|
||||||
prompt "Target ABI"
|
prompt "Target ABI"
|
||||||
depends on BR2_arm || BR2_armeb
|
depends on BR2_arm || BR2_armeb
|
||||||
default BR2_ARM_OABI
|
default BR2_ARM_EABI
|
||||||
help
|
help
|
||||||
Application Binary Interface to use
|
Application Binary Interface to use
|
||||||
|
|
||||||
config BR2_ARM_OABI
|
Note:
|
||||||
bool "OABI"
|
Using OABI is discouraged.
|
||||||
|
|
||||||
config BR2_ARM_EABI
|
config BR2_ARM_EABI
|
||||||
bool "EABI"
|
bool "EABI"
|
||||||
|
config BR2_ARM_OABI
|
||||||
|
bool "OABI"
|
||||||
endchoice
|
endchoice
|
||||||
|
|
||||||
choice
|
choice
|
||||||
|
Loading…
x
Reference in New Issue
Block a user