# HG changeset patch # User "Yann E. MORIN" # Date 1224796430 0 # Node ID 6377bc687c93693cd0ab3155a3fef8856ce42a83 # Parent b6eec1274efb87e0a978c135546a4562d6ceec8e 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(-) diff -r b6eec1274efb -r 6377bc687c93 scripts/saveSample.sh --- a/scripts/saveSample.sh Thu Oct 23 21:12:29 2008 +0000 +++ b/scripts/saveSample.sh Thu Oct 23 21:13:50 2008 +0000 @@ -24,8 +24,9 @@ # 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