blob: b4b8078c922968626685b3c98a84ba2c7ea75a48 [file] [log] [blame]
# Compute s390-specific values
CT_DoArchTupleValues() {
# That's the only thing to override
if [ "${CT_ARCH_64}" = "y" ]; then
CT_TARGET_ARCH="s390x${CT_ARCH_SUFFIX}"
fi
}