From 15a85fce2ac08df62ec02a48e36cb8bf37aece61 Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Tue, 6 Oct 2009 20:26:05 +0200 Subject: default to EABI on arm Use of OABI is strongly discouraged since years now. Signed-off-by: Bernhard Reutner-Fischer Signed-off-by: Peter Korsgaard --- target/Config.in.arch | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'target/Config.in.arch') diff --git a/target/Config.in.arch b/target/Config.in.arch index e63fc027a..e82c8f4da 100644 --- a/target/Config.in.arch +++ b/target/Config.in.arch @@ -116,14 +116,17 @@ config BR2_ARM_TYPE choice prompt "Target ABI" depends on BR2_arm || BR2_armeb - default BR2_ARM_OABI + default BR2_ARM_EABI help Application Binary Interface to use -config BR2_ARM_OABI - bool "OABI" + Note: + Using OABI is discouraged. + config BR2_ARM_EABI bool "EABI" +config BR2_ARM_OABI + bool "OABI" endchoice choice -- cgit v1.2.3