7a91f6786c9cece893540459e7fc6d4833cdd8c4
[openwrt.git] / toolchain / uClibc / patches-0.9.32 / 930-transform_eabi_oabi_choice.patch
1 The CONFIG_ARM_OABI option is never used.
2
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>
7 ---
8  extra/Configs/Config.arm |   23 ++++++++---------------
9  1 files changed, 8 insertions(+), 15 deletions(-)
10
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
16         default y
17         select ARCH_ANY_ENDIAN
18  
19 -choice
20 -       prompt "Target ABI"
21 -       default CONFIG_ARM_OABI
22 +config CONFIG_ARM_EABI
23 +       bool "Build for EABI"
24         help
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.
32 -
33 -config CONFIG_ARM_OABI
34 -       bool "OABI"
35 -
36 -config CONFIG_ARM_EABI
37 -       bool "EABI"
38 -
39 -endchoice
40 +         need a kernel supporting the EABI system call interface.
41 +         
42 +         If you say 'n' here, then the library will be built for the
43 +         old Linux ABI.
44  
45  config COMPILE_IN_THUMB_MODE
46         bool "Build using Thumb mode"
47 -- 
48 1.7.1
49