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

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