summaryrefslogtreecommitdiff
path: root/scripts/build/arch/s390x.sh
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2009-11-16 19:18:09 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2009-11-16 19:18:09 (GMT)
commit385a616b103861d4746d1f83d39ca6c8d0d4371e (patch)
tree3fec0c9e3fbdd17b2820274554c289ceb49d19c4 /scripts/build/arch/s390x.sh
parent2b212bccad0876fe931484459d31773f519101c2 (diff)
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.
Diffstat (limited to 'scripts/build/arch/s390x.sh')
-rw-r--r--scripts/build/arch/s390x.sh4
1 files changed, 1 insertions, 3 deletions
diff --git a/scripts/build/arch/s390x.sh b/scripts/build/arch/s390x.sh
index c568629..ef052d6 100644
--- a/scripts/build/arch/s390x.sh
+++ b/scripts/build/arch/s390x.sh
@@ -1,8 +1,6 @@
# Compute s390x-specific values
CT_DoArchTupleValues() {
- # The architecture part of the tuple:
- # Explicit settings not required for the default value "s390x"
- #CT_TARGET_ARCH="s390x"
+ # The kernel architecture is the same name as for the 32-bit version:
CT_KERNEL_ARCH="s390"
}