19ac24695b5f3979430008abec93ce78805674e4
[openwrt/openwrt.git] / toolchain / uClibc / patches-0.9.33.2 / 960-remove_eabi_oabi_selection.patch
1 Rely on the compiler to be properly setup for the default ABI.
2
3 When installing-headers, there are two cases:
4 - NPTL: no issue, a cross-compiler is already expected
5 - LinuxThreads: no issue, EABI/OABI has no impact on installed headers.
6
7 Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
8 Cc: Khem Raj <raj.khem@gmail.com>
9 Cc: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
10 Cc: Carmelo AMOROSO <carmelo.amoroso@st.com>
11 ---
12
13 --- a/extra/Configs/Config.arm
14 +++ b/extra/Configs/Config.arm
15 @@ -12,17 +12,6 @@ config FORCE_OPTIONS_FOR_ARCH
16 default y
17 select ARCH_ANY_ENDIAN
18
19 -config CONFIG_ARM_EABI
20 - bool "Build for EABI"
21 - help
22 - If you say 'y' here, functions and constants required by the
23 - ARM EABI will be built into the library. You should say 'y'
24 - if your compiler uses the ARM EABI, in which case you will also
25 - need a kernel supporting the EABI system call interface.
26 -
27 - If you say 'n' here, then the library will be built for the
28 - old Linux ABI.
29 -
30 config COMPILE_IN_THUMB_MODE
31 bool "Build using Thumb mode"
32 select USE_BX