summaryrefslogtreecommitdiff
path: root/scripts/build/arch/s390.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/build/arch/s390.sh')
-rw-r--r--scripts/build/arch/s390.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build/arch/s390.sh b/scripts/build/arch/s390.sh
index 3c865e3..b4b8078 100644
--- a/scripts/build/arch/s390.sh
+++ b/scripts/build/arch/s390.sh
@@ -3,6 +3,6 @@
CT_DoArchTupleValues() {
# That's the only thing to override
if [ "${CT_ARCH_64}" = "y" ]; then
- CT_TARGET_ARCH="s390x"
+ CT_TARGET_ARCH="s390x${CT_ARCH_SUFFIX}"
fi
}