yann@383: # Compute IA-64-specific values yann@383: yann@383: CT_DoArchValues() { yann@383: # The architecture part of the tuple: yann@383: CT_TARGET_ARCH="${CT_ARCH}${target_endian_el}" yann@383: yann@383: # The system part of the tuple default value is OK. yann@383: yann@383: # The endianness option default value is OK. yann@383: }