diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-01-29 21:02:08 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-01-29 21:02:08 +0000 |
commit | 2607bee41906da4f47d98a92749c11533396838c (patch) | |
tree | 0ac6b10026422c6863e63d843305c2ac2f3030f8 /extra/Configs/Config.arm | |
parent | ceb83067f2248eb6f9517440c127250c98bbd8f3 (diff) |
Patch by Joseph S. Myers to add support for ARM EABI
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 |