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

See crosstool-NG 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 03 of 13] config/paths: add a generic custom location infrastructure


# HG changeset patch
# User David Holsgrove <david.holsgrove@xilinx.com>
# Date 1349930361 -36000
# Node ID 0bbaba9190a76ba97f723e9f90b708f7cf040b03
# Parent  131c163c69f9cc81d2beabaa998dca9c9386df38
config/paths: add a generic custom location infrastructure

Add CUSTOM_LOCATION_ROOT_DIR config option as a root directory for local
copies of source components sourced when version is CUSTOM

Signed-off-by: "David Holsgrove" <david.holsgrove@xilinx.com>

diff -r 131c163c69f9 -r 0bbaba9190a7 config/global/paths.in
--- a/config/global/paths.in	Thu Oct 04 13:26:14 2012 +1000
+++ b/config/global/paths.in	Thu Oct 11 14:39:21 2012 +1000
@@ -60,6 +60,15 @@
 #      The reason you might also want to install elsewhere is if you are going
 #      to package your shinny new toolchain for distribution.
 
+
+config CUSTOM_LOCATION_ROOT_DIR
+    string
+    depends on EXPERIMENTAL
+    prompt "Directory containing custom source components"
+    help
+      This is the path CT-NG will attempt to use as a root for locating
+      local copies of source components (CUSTOM_LOCATION_ROOT_DIR/component)
+
 config RM_RF_PREFIX_DIR
     bool
     prompt "|  Remove the prefix dir prior to building"

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