arch/arm/functions
author "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Fri Sep 14 21:17:59 2007 +0000 (2007-09-14)
changeset 383 f00eb97ff649
parent 380 2f7b676c7b2f
child 385 151d753de99f
permissions -rw-r--r--
Migrate all supported architectures to use the architecture-specific framework.
yann@383
     1
# Compute ARM-specific values
yann@383
     2
yann@383
     3
CT_DoArchValues() {
yann@383
     4
    # The architecture part of the tuple:
yann@383
     5
    CT_TARGET_ARCH="${CT_ARCH}${target_endian_eb}"
yann@383
     6
yann@383
     7
    # The system part of the tuple default values is OK.
yann@383
     8
yann@383
     9
    # The endianness option default value is OK.
yann@383
    10
}