summaryrefslogtreecommitdiff
path: root/scripts/build/arch/s390.sh
blob: 3c865e31f4208472841f101e0c39179a38ea3e8b (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"
    fi
}