arch/arm/functions
changeset 383 f00eb97ff649
parent 380 2f7b676c7b2f
child 385 151d753de99f
     1.1 --- a/arch/arm/functions	Fri Sep 14 17:43:16 2007 +0000
     1.2 +++ b/arch/arm/functions	Fri Sep 14 21:17:59 2007 +0000
     1.3 @@ -0,0 +1,10 @@
     1.4 +# Compute ARM-specific values
     1.5 +
     1.6 +CT_DoArchValues() {
     1.7 +    # The architecture part of the tuple:
     1.8 +    CT_TARGET_ARCH="${CT_ARCH}${target_endian_eb}"
     1.9 +
    1.10 +    # The system part of the tuple default values is OK.
    1.11 +
    1.12 +    # The endianness option default value is OK.
    1.13 +}