Fix saving samples, by Nye Liu:
author"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Thu Oct 23 21:13:50 2008 +0000 (2008-10-23)
changeset 9676377bc687c93
parent 966 b6eec1274efb
child 968 1b0e89014a91
Fix saving samples, by Nye Liu:
http://sourceware.org/ml/crossgcc/2008-10/msg00070.html

/trunk/scripts/saveSample.sh | 3 2 1 0 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
scripts/saveSample.sh
     1.1 --- a/scripts/saveSample.sh	Thu Oct 23 21:12:29 2008 +0000
     1.2 +++ b/scripts/saveSample.sh	Thu Oct 23 21:13:50 2008 +0000
     1.3 @@ -24,8 +24,9 @@
     1.4  # Do not use a progress bar
     1.5  unset CT_LOG_PROGRESS_BAR
     1.6  
     1.7 -# Parse architecture-specific functions
     1.8 +# Parse architecture and kernel specific functions
     1.9  . "${CT_LIB_DIR}/scripts/build/arch/${CT_ARCH}.sh"
    1.10 +. "${CT_LIB_DIR}/scripts/build/kernel/${CT_KERNEL}.sh"
    1.11  
    1.12  # Target tuple: CT_TARGET needs a little love:
    1.13  CT_DoBuildTargetTuple