summaryrefslogtreecommitdiff
path: root/scripts/build/arch/s390.sh
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2009-11-17 10:54:44 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2009-11-17 10:54:44 (GMT)
commitcb52ec6051c120a64fc79170d82c7e08d367f88a (patch)
tree20dffcb6fbab1bf3a03cea64a05333615a5affaa /scripts/build/arch/s390.sh
parent7ea82181db30cd437967e7bca1177f8cbd2f6fc5 (diff)
arch/s390: commonalise the 32- and 64-bit s390 arch
Diffstat (limited to 'scripts/build/arch/s390.sh')
-rw-r--r--scripts/build/arch/s390.sh6
1 files changed, 4 insertions, 2 deletions
diff --git a/scripts/build/arch/s390.sh b/scripts/build/arch/s390.sh
index 4ffcf25..3c865e3 100644
--- a/scripts/build/arch/s390.sh
+++ b/scripts/build/arch/s390.sh
@@ -1,6 +1,8 @@
# Compute s390-specific values
CT_DoArchTupleValues() {
- # Defaults are all OK for s390
- :
+ # That's the only thing to override
+ if [ "${CT_ARCH_64}" = "y" ]; then
+ CT_TARGET_ARCH="s390x"
+ fi
}