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 sam@2371: CT_TARGET_ARCH="${CT_ARCH}64" sam@2371: fi sam@2371: sam@2371: }