summaryrefslogtreecommitdiff
path: root/scripts/functions
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/functions')
-rw-r--r--scripts/functions2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/functions b/scripts/functions
index a089a71..a411820 100644
--- a/scripts/functions
+++ b/scripts/functions
@@ -1121,7 +1121,7 @@ CT_DoBuildTargetTuple() {
esac
# Build the default architecture tuple part
- CT_TARGET_ARCH="${CT_ARCH}"
+ CT_TARGET_ARCH="${CT_ARCH}${CT_ARCH_SUFFIX}"
# Set defaults for the system part of the tuple. Can be overriden
# by architecture-specific values.