sam@2371: # Compute sparc-specific values sam@2371: CT_DoArchTupleValues() { sam@2371: # That's the only thing to override sam@2371: if [ "${CT_ARCH_64}" = "y" ]; then w@3169: CT_TARGET_ARCH="sparc64${CT_ARCH_SUFFIX}" sam@2371: fi sam@2371: sam@2371: }