bump for release
[uclibc-ng.git] / extra / Configs / Config.arm
blob0d02e3f10f8a8782c98889199163781df1720034
2 # For a description of the syntax of this configuration file,
3 # see extra/config/Kconfig-language.txt
6 config TARGET_ARCH
7 string
8 default "arm"
10 config FORCE_OPTIONS_FOR_ARCH
11 bool
12 default y
13 select ARCH_ANY_ENDIAN
14 select ARCH_HAS_UCONTEXT
15 select ARCH_HAS_DEPRECATED_SYSCALLS
17 config CONFIG_ARM_EABI
18 bool "Build for EABI"
19 help
20 If you say 'y' here, functions and constants required by the
21 ARM EABI will be built into the library. You should say 'y'
22 if your compiler uses the ARM EABI, in which case you will also
23 need a kernel supporting the EABI system call interface.
25 If you say 'n' here, then the library will be built for the
26 old Linux ABI.