[PATCH] saveSample: Fix arch-specific script path
Nate Case
ncase@xes-inc.com
Tue Oct 14 14:28:00 GMT 2008
The saveSample.sh script is referring to the old architecture-specific
script path. Point to the new one, just as done in crosstool.sh.
--
Nate Case <ncase@xes-inc.com>
Index: scripts/saveSample.sh
===================================================================
--- scripts/saveSample.sh (revision 1080)
+++ scripts/saveSample.sh (working copy)
@@ -21,8 +21,8 @@
# 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
--
For unsubscribe information see http://sourceware.org/lists.html#faq
More information about the crossgcc
mailing list