summaryrefslogtreecommitdiff
path: root/scripts/build/arch/s390x.sh
blob: c56862989b9c0bef57d3d380e485eb3ad58e4a53 (plain)
1
2
3
4
5
6
7
8
# Compute s390x-specific values

CT_DoArchTupleValues() {
    # The architecture part of the tuple:
    # Explicit settings not required for the default value "s390x"
    #CT_TARGET_ARCH="s390x"
    CT_KERNEL_ARCH="s390"
}