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

CT_DoArchTupleValues() {
    # The kernel architecture is the same name as for the 32-bit version:
    CT_KERNEL_ARCH="s390"
}