|
@@ -76,7 +76,7 @@ choice
|
|
Note:
|
|
Note:
|
|
Using OABI is discouraged.
|
|
Using OABI is discouraged.
|
|
|
|
|
|
-config BR2_ARM_EABI
|
|
|
|
|
|
+config BR2_ARM_EABI_CHOICE
|
|
bool "EABI"
|
|
bool "EABI"
|
|
config BR2_ARM_OABI
|
|
config BR2_ARM_OABI
|
|
bool "OABI"
|
|
bool "OABI"
|
|
@@ -84,8 +84,8 @@ config BR2_ARM_OABI
|
|
endchoice
|
|
endchoice
|
|
|
|
|
|
config BR2_ARM_EABI
|
|
config BR2_ARM_EABI
|
|
- default y
|
|
|
|
- depends on !BR2_DEPRECATED
|
|
|
|
|
|
+ def_bool y
|
|
|
|
+ depends on !BR2_ARM_OABI
|
|
|
|
|
|
config BR2_ARM_ENABLE_NEON
|
|
config BR2_ARM_ENABLE_NEON
|
|
bool "Enable NEON SIMD extension support"
|
|
bool "Enable NEON SIMD extension support"
|