config/arch/arm.in
author "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Sat Oct 03 17:09:18 2009 +0200 (2009-10-03)
changeset 1555 3445f45e6c37
parent 903 9fb0f81b4416
child 1582 1fd08b889aa3
permissions -rw-r--r--
debug/gdb: cleanup (remove) the static ncurses build

ncurses is built solely for the sake of building a native gdb.
The user should not rely on this library to build his/her userland,
but should rather build his/her own. So we remove it from the
sysroot after we successfully build the native gdb.
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