scripts/build/arch/s390.sh
changeset 1629 6ea5b6e2d70f
child 1631 14abcd185e4b
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/scripts/build/arch/s390.sh	Sat Nov 14 15:03:01 2009 -0600
     1.3 @@ -0,0 +1,9 @@
     1.4 +# Compute s390-specific values
     1.5 +
     1.6 +CT_DoArchTupleValues() {
     1.7 +    # The architecture part of the tuple:
     1.8 +    # Explicit settings not required for the default value "s390"
     1.9 +    #CT_TARGET_ARCH="s390"
    1.10 +    #CT_KERNEL_ARCH="s390"
    1.11 +    return 0
    1.12 +}