config/arch/arm.in
author "Yann E. MORIN" <yann.morin.1998@free.fr>
Sun May 11 23:43:52 2014 +0200 (2014-05-11)
changeset 3320 78af1c99bc6d
parent 2790 66ef6171f65e
permissions -rw-r--r--
scripts/functions: add target_endian_le and target_endian_be

We currently define target_endian_el and target_endian_eb to be the
tuple extension depending on endianness, defined to be respectively
'el' or 'eb' according to the endianness.

Some architecture do not use 'el' or 'eb', but use 'le' or 'be'.

Provide that as well, as two new variables: target_endian_le and
target_endian_be.

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Cc: Cody P Schafer <dev@codyps.com>
     1 # ARM specific configuration file
     2 
     3 ## select ARCH_SUPPORTS_32
     4 ## select ARCH_SUPPORTS_64
     5 ## select ARCH_DEFAULT_32
     6 ## select ARCH_SUPPORTS_BOTH_MMU
     7 ## select ARCH_DEFAULT_HAS_MMU
     8 ## select ARCH_SUPPORTS_BOTH_ENDIAN
     9 ## select ARCH_DEFAULT_LE
    10 ## select ARCH_SUPPORTS_WITH_ARCH
    11 ## select ARCH_SUPPORTS_WITH_CPU
    12 ## select ARCH_SUPPORTS_WITH_TUNE
    13 ## select ARCH_SUPPORTS_WITH_FLOAT if ARCH_32
    14 ## select ARCH_SUPPORTS_WITH_FPU if ARCH_32
    15 ## select ARCH_SUPPORTS_SOFTFP if ARCH_32
    16 ##
    17 ## help The ARM architecture, as defined by:
    18 ## help     http://www.arm.com/