mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-01-18 18:56:31 +00:00
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:
parent
4b27b41f41
commit
74c5579885
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user