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(-)
This commit is contained in:
Yann E. MORIN" 2008-10-23 21:13:50 +00:00
parent 04459efaac
commit 3605fa4f5f

View File

@ -24,8 +24,9 @@ CT_TestOrAbort "Configuration file not found. Please create one." -f .config
# Do not use a progress bar
unset CT_LOG_PROGRESS_BAR
# Parse architecture-specific functions
# Parse architecture and kernel specific functions
. "${CT_LIB_DIR}/scripts/build/arch/${CT_ARCH}.sh"
. "${CT_LIB_DIR}/scripts/build/kernel/${CT_KERNEL}.sh"
# Target tuple: CT_TARGET needs a little love:
CT_DoBuildTargetTuple