blob: 3c865e31f4208472841f101e0c39179a38ea3e8b [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"
fi
}