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 1 of 2] scripts/crosstool-ng: Change overide bin dir


# HG changeset patch
# User Richard Strand <richard.strand@icomera.com>
# Date 1263218045 0
# Node ID 2e2ead7d3a6e90bb2015dc87d8e0ca09137b1a44
# Parent  dbd5078816f93798b6811b82a900545f6d36035a
scripts/crosstool-ng: Change overide bin dir

Change the overide bin dir so it can be used by companion tools

Signed-off-by: Richard Strand <richard.strand@icomera.com>

diff -r dbd5078816f9 -r 2e2ead7d3a6e scripts/crosstool-NG.sh.in
--- a/scripts/crosstool-NG.sh.in	Sun Jan 10 17:43:23 2010 +0100
+++ b/scripts/crosstool-NG.sh.in	Mon Jan 11 13:54:05 2010 +0000
@@ -77,7 +77,7 @@
 # Contains symlinks to the tools found by ./configure
 # Note: CT_DoLog and CT_DoExecLog do not use any of those tool, so
 # they can be safely used
-CT_BIN_OVERIDE_DIR="${CT_WORK_DIR}/bin"
+CT_BIN_OVERIDE_DIR="${CT_WORK_DIR}/tools/bin"
 CT_DoLog DEBUG "Creating bin-overide for tools in '${CT_BIN_OVERIDE_DIR}'"
 CT_DoExecLog DEBUG mkdir -p "${CT_BIN_OVERIDE_DIR}"
 cat "${CT_LIB_DIR}/paths.mk" |while read trash line; do

--
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]