scripts/build/arch/s390x.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
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.
     1 # Compute s390x-specific values
     2 
     3 CT_DoArchTupleValues() {
     4     # The kernel architecture is the same name as for the 32-bit version:
     5     CT_KERNEL_ARCH="s390"
     6 }