1 The CONFIG_ARM_OABI option is never used.
3 Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
4 Cc: Khem Raj <raj.khem@gmail.com>
5 Cc: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
6 Cc: Carmelo AMOROSO <carmelo.amoroso@st.com>
8 extra/Configs/Config.arm | 23 ++++++++---------------
9 1 files changed, 8 insertions(+), 15 deletions(-)
11 diff --git a/extra/Configs/Config.arm b/extra/Configs/Config.arm
12 index 6c75a00..227b90c 100644
13 --- a/extra/Configs/Config.arm
14 +++ b/extra/Configs/Config.arm
15 @@ -12,23 +12,16 @@ config FORCE_OPTIONS_FOR_ARCH
17 select ARCH_ANY_ENDIAN
21 - default CONFIG_ARM_OABI
22 +config CONFIG_ARM_EABI
23 + bool "Build for EABI"
25 - If you choose "EABI" here, functions and constants required by the
26 - ARM EABI will be built into the library. You should choose "EABI"
27 + If you say 'y' here, functions and constants required by the
28 + ARM EABI will be built into the library. You should say 'y'
29 if your compiler uses the ARM EABI, in which case you will also
30 - need a kernel supporting the EABI system call interface, or "OABI"
31 - for a compiler using the old Linux ABI.
33 -config CONFIG_ARM_OABI
36 -config CONFIG_ARM_EABI
40 + need a kernel supporting the EABI system call interface.
42 + If you say 'n' here, then the library will be built for the
45 config COMPILE_IN_THUMB_MODE
46 bool "Build using Thumb mode"