scripts/build/arch/s390x.sh
changeset 1631 14abcd185e4b
parent 1629 6ea5b6e2d70f
     1.1 --- a/scripts/build/arch/s390x.sh	Sat Nov 14 15:03:01 2009 -0600
     1.2 +++ b/scripts/build/arch/s390x.sh	Mon Nov 16 20:18:09 2009 +0100
     1.3 @@ -1,8 +1,6 @@
     1.4  # Compute s390x-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 "s390x"
     1.9 -    #CT_TARGET_ARCH="s390x"
    1.10 +    # The kernel architecture is the same name as for the 32-bit version:
    1.11      CT_KERNEL_ARCH="s390"
    1.12  }