summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2007-08-15 16:18:35 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2007-08-15 16:18:35 (GMT)
commit09f0dcc66fbec2f35682d1362f73704d5708ae33 (patch)
treea9e179517ff97a38a8ee848de36571866e1f0f42 /scripts
parentecab7e451fbc18d245beb8768a532ff99c6fdf0b (diff)
Change "triplet" (target triplet) to "tuple". That sounds better!
Document overriding the number of // jobs. Some small documentation fixes.
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/crosstool.sh4
-rw-r--r--scripts/functions8
-rwxr-xr-xscripts/saveSample.sh4
-rwxr-xr-xscripts/tarball.sh.broken2
4 files changed, 9 insertions, 9 deletions
diff --git a/scripts/crosstool.sh b/scripts/crosstool.sh
index 5802266..a0895f3 100755
--- a/scripts/crosstool.sh
+++ b/scripts/crosstool.sh
@@ -72,8 +72,8 @@ CT_HasOrAbort lynx
CT_DoLog INFO "Building environment variables"
-# Target triplet: CT_TARGET needs a little love:
-CT_DoBuildTargetTriplet
+# Target tuple: CT_TARGET needs a little love:
+CT_DoBuildTargetTuple
# Kludge: If any of the configured options needs CT_TARGET,
# then rescan the options file now:
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;;
diff --git a/scripts/saveSample.sh b/scripts/saveSample.sh
index 4aee0eb..9a3d8fb 100755
--- a/scripts/saveSample.sh
+++ b/scripts/saveSample.sh
@@ -18,8 +18,8 @@ rm -f "${tmp_log_file}"
CT_TestOrAbort "Configuration file not found. Please create one." -f "${CT_TOP_DIR}/.config"
. "${CT_TOP_DIR}/.config"
-# Target triplet: CT_TARGET needs a little love:
-CT_DoBuildTargetTriplet
+# Target tuple: CT_TARGET needs a little love:
+CT_DoBuildTargetTuple
# Kludge: if any of the config options needs either CT_TARGET or CT_TOP_DIR,
# re-parse them:
diff --git a/scripts/tarball.sh.broken b/scripts/tarball.sh.broken
index e94ac6e..63d27cd 100755
--- a/scripts/tarball.sh.broken
+++ b/scripts/tarball.sh.broken
@@ -16,7 +16,7 @@ rm -f "${tmp_log_file}"
# Parse the configuration file:
. ${CT_TOP_DIR}/.config
-CT_DoBuildTargetTriplet
+CT_DoBuildTargetTuple
# Kludge: if any of the config options needs either CT_TARGET or CT_TOP_DIR,
# re-parse them: