diff -r 000000000000 -r 6ea5b6e2d70f scripts/build/arch/s390.sh --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/scripts/build/arch/s390.sh Sat Nov 14 15:03:01 2009 -0600 @@ -0,0 +1,9 @@ +# 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 +}