scripts/build/arch/s390.sh
changeset 3316 42590ff8521c
parent 1636 3167f947f93f
     1.1 --- a/scripts/build/arch/s390.sh	Tue Nov 17 11:54:44 2009 +0100
     1.2 +++ b/scripts/build/arch/s390.sh	Sun May 11 18:42:30 2014 +0200
     1.3 @@ -3,6 +3,6 @@
     1.4  CT_DoArchTupleValues() {
     1.5      # That's the only thing to override
     1.6      if [ "${CT_ARCH_64}" = "y" ]; then
     1.7 -        CT_TARGET_ARCH="s390x"
     1.8 +        CT_TARGET_ARCH="s390x${CT_ARCH_SUFFIX}"
     1.9      fi
    1.10  }