diff mbox

arm: deprecate OABI

Message ID 1360194684-29302-1-git-send-email-arnout@mind.be
State Accepted
Commit c4cfa85b798cb744954d35aa05fa41e7a6956abd
Headers show

Commit Message

Arnout Vandecappelle Feb. 6, 2013, 11:51 p.m. UTC
From: "Arnout Vandecappelle (Essensium/Mind)" <arnout@mind.be>

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>
---
 arch/Config.in.arm |    5 +++++
 1 file changed, 5 insertions(+)

Comments

Peter Korsgaard Feb. 7, 2013, 7:47 a.m. UTC | #1
>>>>> "Arnout" == Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> writes:

 Arnout> From: "Arnout Vandecappelle (Essensium/Mind)" <arnout@mind.be>
 Arnout> The BR2_ARM_EABI config symbol is still kept in order to minimize
 Arnout> the impact.

Committed, thanks.
diff mbox

Patch

diff --git a/arch/Config.in.arm b/arch/Config.in.arm
index b681d27..37152c0 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