960-remove_eabi_oabi_selection.patch 1.0 KB

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