diff -r e016b216eca7 -r f0d84f1d4c93 scripts/functions --- a/scripts/functions Sun Aug 12 15:18:09 2007 +0000 +++ b/scripts/functions Wed Aug 15 16:18:35 2007 +0000 @@ -480,12 +480,12 @@ 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;;