diff options
author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2007-08-15 16:18:35 +0000 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2007-08-15 16:18:35 +0000 |
commit | 09f0dcc66fbec2f35682d1362f73704d5708ae33 (patch) | |
tree | a9e179517ff97a38a8ee848de36571866e1f0f42 /scripts/functions | |
parent | ecab7e451fbc18d245beb8768a532ff99c6fdf0b (diff) | |
download | crosstool-ng-09f0dcc66fbec2f35682d1362f73704d5708ae33.tar.gz crosstool-ng-09f0dcc66fbec2f35682d1362f73704d5708ae33.tar.bz2 crosstool-ng-09f0dcc66fbec2f35682d1362f73704d5708ae33.zip |
Change "triplet" (target triplet) to "tuple". That sounds better!
Document overriding the number of // jobs.
Some small documentation fixes.
Diffstat (limited to 'scripts/functions')
-rw-r--r-- | scripts/functions | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/scripts/functions b/scripts/functions index eade4874..67ac8347 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;; |