config/arch/arm.in
author "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Thu Dec 10 15:09:13 2009 +0100 (2009-12-10)
branch1.5
changeset 1661 a3c0dc275759
parent 903 9fb0f81b4416
child 1582 1fd08b889aa3
permissions -rw-r--r--
configure: install in a sub-dir of --libdir and --docdir

In case the user specifies the LIBDIR with --libdir , or DOCDIR with
--docdir, install our support files in a sub-dir, so as not to mangle
existing (potentially system) files/dirs.
(transplanted from 991fc21dd3cfda7d6448388b3224821f6937f15e)
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