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.
     1 # Compute ARM-specific values
     2 
     3 CT_DoArchValues() {
     4     # The architecture part of the tuple:
     5     CT_TARGET_ARCH="${CT_ARCH}${target_endian_eb}"
     6 
     7     # The system part of the tuple default values is OK.
     8 
     9     # The endianness option default value is OK.
    10 }