summaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorArnout Vandecappelle (Essensium/Mind) <arnout@mind.be>2013-02-06 13:51:24 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2013-02-07 08:44:05 +0100
commitc4cfa85b798cb744954d35aa05fa41e7a6956abd (patch)
tree793be1edeba2d7f4e9063da332169f58e64fef27 /arch
parentb5baf9cbb267e5973be02524bd1f0538d5e3b186 (diff)
downloadbuildroot-novena-c4cfa85b798cb744954d35aa05fa41e7a6956abd.tar.gz
buildroot-novena-c4cfa85b798cb744954d35aa05fa41e7a6956abd.zip
arm: deprecate OABI
The BR2_ARM_EABI config symbol is still kept in order to minimize the impact. Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'arch')
-rw-r--r--arch/Config.in.arm5
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/Config.in.arm b/arch/Config.in.arm
index b681d27f4..37152c01a 100644
--- a/arch/Config.in.arm
+++ b/arch/Config.in.arm
@@ -68,6 +68,7 @@ config BR2_arm1136jf_s
choice
prompt "Target ABI"
depends on BR2_arm || BR2_armeb
+ depends on BR2_DEPRECATED
default BR2_ARM_EABI
help
Application Binary Interface to use
@@ -82,6 +83,10 @@ config BR2_ARM_OABI
depends on !BR2_GCC_VERSION_4_7_X
endchoice
+config BR2_ARM_EABI
+ default y
+ depends on !BR2_DEPRECATED
+
config BR2_ARM_ENABLE_NEON
bool "Enable NEON SIMD extension support"
depends on BR2_ARM_CPU_MAYBE_HAS_NEON