scripts/build/arch/s390x.sh
author "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Tue Nov 17 11:33:59 2009 +0100 (2009-11-17)
changeset 1634 186c71e3ceb0
parent 1629 6ea5b6e2d70f
permissions -rw-r--r--
arch/ppc: commonalise the 32- and 64-bit PowerPC arch
harold@1629
     1
# Compute s390x-specific values
harold@1629
     2
harold@1629
     3
CT_DoArchTupleValues() {
yann@1631
     4
    # The kernel architecture is the same name as for the 32-bit version:
harold@1629
     5
    CT_KERNEL_ARCH="s390"
harold@1629
     6
}