Fix the saveSample script oafter architerctures reorganisation

On Tuesday 14 October 2008 16:27:37 Nate Case wrote:
> The saveSample.sh script is referring to the old architecture-specific
> script path.  Point to the new one, just as done in crosstool.sh.

 /trunk/scripts/saveSample.sh |    4     2     2     0 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
This commit is contained in:
Yann E. MORIN" 2008-10-14 16:53:13 +00:00
parent 4b27b41f41
commit 74c5579885

View File

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