From 385a616b103861d4746d1f83d39ca6c8d0d4371e Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Mon, 16 Nov 2009 20:18:09 +0100 Subject: 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. --- scripts/build/arch/s390.sh | 7 ++----- scripts/build/arch/s390x.sh | 4 +--- 2 files changed, 3 insertions(+), 8 deletions(-) (limited to 'scripts/build/arch') diff --git a/scripts/build/arch/s390.sh b/scripts/build/arch/s390.sh index b22e9bb3..4ffcf251 100644 --- a/scripts/build/arch/s390.sh +++ b/scripts/build/arch/s390.sh @@ -1,9 +1,6 @@ # Compute s390-specific values CT_DoArchTupleValues() { - # The architecture part of the tuple: - # Explicit settings not required for the default value "s390" - #CT_TARGET_ARCH="s390" - #CT_KERNEL_ARCH="s390" - return 0 + # Defaults are all OK for s390 + : } diff --git a/scripts/build/arch/s390x.sh b/scripts/build/arch/s390x.sh index c5686298..ef052d66 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" } -- cgit v1.2.3