scripts/build/arch/s390.sh
author harold@dev.site
Sat Nov 14 15:03:01 2009 -0600 (2009-11-14)
changeset 1629 6ea5b6e2d70f
child 1631 14abcd185e4b
permissions -rw-r--r--
arch: add s390 and s390x architectures and samples
harold@1629
     1
# Compute s390-specific values
harold@1629
     2
harold@1629
     3
CT_DoArchTupleValues() {
harold@1629
     4
    # The architecture part of the tuple:
harold@1629
     5
    # Explicit settings not required for the default value "s390"
harold@1629
     6
    #CT_TARGET_ARCH="s390"
harold@1629
     7
    #CT_KERNEL_ARCH="s390"
harold@1629
     8
    return 0
harold@1629
     9
}