This is the mail archive of the crossgcc@sourceware.org mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more information.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH] saveSample: Fix arch-specific script path


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]