summaryrefslogtreecommitdiff
path: root/scripts/build/arch/s390.sh
blob: b4b8078c922968626685b3c98a84ba2c7ea75a48 (plain)
1
2
3
4
5
6
7
8
# 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
}