scripts/functions
changeset 335 f0d84f1d4c93
parent 327 e016b216eca7
child 343 065977253d01
     1.1 --- a/scripts/functions	Sun Aug 12 15:18:09 2007 +0000
     1.2 +++ b/scripts/functions	Wed Aug 15 16:18:35 2007 +0000
     1.3 @@ -480,12 +480,12 @@
     1.4      fi
     1.5  }
     1.6  
     1.7 -# Compute the target triplet from what is provided by the user
     1.8 -# Usage: CT_DoBuildTargetTriplet
     1.9 +# Compute the target tuple from what is provided by the user
    1.10 +# Usage: CT_DoBuildTargetTuple
    1.11  # In fact this function takes the environment variables to build the target
    1.12 -# triplet. It is needed both by the normal build sequence, as well as the
    1.13 +# tuple. It is needed both by the normal build sequence, as well as the
    1.14  # sample saving sequence.
    1.15 -CT_DoBuildTargetTriplet() {
    1.16 +CT_DoBuildTargetTuple() {
    1.17      case "${CT_ARCH_BE},${CT_ARCH_LE}" in
    1.18          y,) target_endian_eb=eb; target_endian_el=;;
    1.19          ,y) target_endian_eb=; target_endian_el=el;;