diff options
Diffstat (limited to 'extra/Configs/Config.arm')
-rw-r--r-- | extra/Configs/Config.arm | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/extra/Configs/Config.arm b/extra/Configs/Config.arm index 83acceb55..86a0aaa29 100644 --- a/extra/Configs/Config.arm +++ b/extra/Configs/Config.arm @@ -24,6 +24,16 @@ config ARCH_CFLAGS config LIBGCC_CFLAGS string +config CONFIG_ARM_EABI + bool "Use ARM EABI" + default n + help + If you choose "Y" here, functions and constants required by the + ARM EABI will be built into the library. You should choose "Y" + if your compiler uses the ARM EABI, in which case you will also + need a kernel supporting the EABI system call interface, or "N" + for a compiler using the old Linux ABI. + choice prompt "Target Processor Type" default CONFIG_GENERIC_ARM |