summaryrefslogtreecommitdiff
path: root/scripts/functions
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/functions')
-rw-r--r--scripts/functions8
1 files changed, 4 insertions, 4 deletions
diff --git a/scripts/functions b/scripts/functions
index eade487..67ac834 100644
--- a/scripts/functions
+++ b/scripts/functions
@@ -480,12 +480,12 @@ CT_DoConfigSub() {
fi
}
-# Compute the target triplet from what is provided by the user
-# Usage: CT_DoBuildTargetTriplet
+# Compute the target tuple from what is provided by the user
+# Usage: CT_DoBuildTargetTuple
# In fact this function takes the environment variables to build the target
-# triplet. It is needed both by the normal build sequence, as well as the
+# tuple. It is needed both by the normal build sequence, as well as the
# sample saving sequence.
-CT_DoBuildTargetTriplet() {
+CT_DoBuildTargetTuple() {
case "${CT_ARCH_BE},${CT_ARCH_LE}" in
y,) target_endian_eb=eb; target_endian_el=;;
,y) target_endian_eb=; target_endian_el=el;;