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
     1 # Compute s390-specific values
     2 
     3 CT_DoArchTupleValues() {
     4     # The architecture part of the tuple:
     5     # Explicit settings not required for the default value "s390"
     6     #CT_TARGET_ARCH="s390"
     7     #CT_KERNEL_ARCH="s390"
     8     return 0
     9 }