scripts/build/arch/s390.sh
author "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Mon Nov 16 20:18:09 2009 +0100 (2009-11-16)
changeset 1631 14abcd185e4b
parent 1629 6ea5b6e2d70f
child 1636 3167f947f93f
permissions -rw-r--r--
arch/s390: cleanups

Don't select unneeded config knobs. Don't select non-existing config knobs.
Use the "no patch" config knob, instead of pointing to an non-exiting local
patch dir. Simplify the tuple-related scripts. Update the samples.
harold@1629
     1
# Compute s390-specific values
harold@1629
     2
harold@1629
     3
CT_DoArchTupleValues() {
yann@1631
     4
    # Defaults are all OK for s390
yann@1631
     5
    :
harold@1629
     6
}