config/arch/arm.in
changeset 903 9fb0f81b4416
parent 898 fe3eda71a9d0
child 1345 27fec561af53
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/config/arch/arm.in	Sun Oct 05 15:32:00 2008 +0000
     1.3 @@ -0,0 +1,26 @@
     1.4 +# ARM specific configuration file
     1.5 +
     1.6 +config ARCH_arm
     1.7 +    select ARCH_SUPPORTS_BOTH_ENDIAN
     1.8 +    select ARCH_DEFAULT_LE
     1.9 +    select ARCH_SUPPORT_ARCH
    1.10 +    select ARCH_SUPPORT_CPU
    1.11 +    select ARCH_SUPPORT_TUNE
    1.12 +    select ARCH_SUPPORT_FPU
    1.13 +    help
    1.14 +      The ARM architecture, as defined by:
    1.15 +        http://www.arm.com/
    1.16 +
    1.17 +config ARCH_ARM_EABI
    1.18 +    bool
    1.19 +    prompt "Use EABI"
    1.20 +    default n
    1.21 +    help
    1.22 +      Set up the toolchain so that it generates EABI-compliant binaries.
    1.23 +
    1.24 +config ARCH_ARM_ABI_OK
    1.25 +    bool
    1.26 +    default y
    1.27 +    depends on ! ARCH_ARM_EABI
    1.28 +    select ARCH_SUPPORT_ABI
    1.29 +