projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f7abeeb
)
default to EABI on arm
author
Bernhard Reutner-Fischer
<rep.dot.nop@gmail.com>
Tue, 6 Oct 2009 18:26:05 +0000
(20:26 +0200)
committer
Peter Korsgaard
<jacmet@sunsite.dk>
Tue, 6 Oct 2009 20:43:06 +0000
(22:43 +0200)
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>
target/Config.in.arch
patch
|
blob
|
history
diff --git
a/target/Config.in.arch
b/target/Config.in.arch
index e63fc027a8bbeaadd36ab5d9361489ede0d7c7fd..e82c8f4da143b43b11eac683ea47ee0186300eb5 100644
(file)
--- 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_
O
ABI
+ default BR2_ARM_
E
ABI
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