aboutsummaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorAlexey Neyman <stilor@att.net>2016-11-28 16:55:22 -0800
committerAlexey Neyman <stilor@att.net>2016-12-02 15:03:15 -0800
commitcf86df688a8e7aeba28767ae0f841022a2e8347b (patch)
tree1a66218983063c9531b00724d19967cbe5ceed8a /config
parent3f7fbd7beda5d840cd9a15189a94aaad4a802d37 (diff)
downloadcrosstool-ng-cf86df688a8e7aeba28767ae0f841022a2e8347b.tar.gz
crosstool-ng-cf86df688a8e7aeba28767ae0f841022a2e8347b.tar.bz2
crosstool-ng-cf86df688a8e7aeba28767ae0f841022a2e8347b.zip
Add 'companion tools for host' step.
Signed-off-by: Alexey Neyman <stilor@att.net>
Diffstat (limited to 'config')
-rw-r--r--config/companion_tools.in10
1 files changed, 9 insertions, 1 deletions
diff --git a/config/companion_tools.in b/config/companion_tools.in
index ece35524..1df9802e 100644
--- a/config/companion_tools.in
+++ b/config/companion_tools.in
@@ -24,7 +24,15 @@ config COMP_TOOLS
If your system has older versions, we can build them for you,
but you are strongly encouraged to update your system instead!
-if COMP_TOOLS
+config COMP_TOOLS_FOR_HOST
+ bool
+ prompt "Install companion tools for host"
+ help
+ Enable this option if you want to include the selected companion
+ tools into the final toolchain (rather than just using them
+ to build it).
+
+if COMP_TOOLS || COMP_TOOLS_FOR_HOST
source "config.gen/companion_tools.in"
endif