config/arch/arm.in
author "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Sat Oct 03 18:49:23 2009 +0200 (2009-10-03)
changeset 1560 79a609170a83
parent 903 9fb0f81b4416
child 1582 1fd08b889aa3
permissions -rw-r--r--
configure: split has_or_abort in two: one to check, one to abort

Split the has_or_abort function in two:
- one that checks if the tool if found,
- one that calls the above check, and aborts if not found

The rational behind this is to be able to check for a tool
and if not found, fallback to using our bundled version,
should the need arise (and I get time).
yann@628
     1
# ARM specific configuration file
yann@628
     2
yann@628
     3
config ARCH_arm
yann@1345
     4
    select ARCH_USE_MMU
yann@628
     5
    select ARCH_SUPPORTS_BOTH_ENDIAN
yann@628
     6
    select ARCH_DEFAULT_LE
yann@631
     7
    select ARCH_SUPPORT_ARCH
yann@631
     8
    select ARCH_SUPPORT_CPU
yann@631
     9
    select ARCH_SUPPORT_TUNE
yann@631
    10
    select ARCH_SUPPORT_FPU
yann@630
    11
    help
yann@630
    12
      The ARM architecture, as defined by:
yann@630
    13
        http://www.arm.com/
yann@385
    14
yann@385
    15
config ARCH_ARM_EABI
yann@385
    16
    bool
yann@823
    17
    prompt "Use EABI"
yann@385
    18
    default n
yann@385
    19
    help
yann@385
    20
      Set up the toolchain so that it generates EABI-compliant binaries.
yann@503
    21
yann@820
    22
config ARCH_ARM_ABI_OK
yann@820
    23
    bool
yann@820
    24
    default y
yann@820
    25
    depends on ! ARCH_ARM_EABI
yann@820
    26
    select ARCH_SUPPORT_ABI