aboutsummaryrefslogtreecommitdiff
path: root/config/companion_tools.in
diff options
context:
space:
mode:
authorAlexey Neyman <stilor@att.net>2016-12-02 19:18:56 -0800
committerGitHub <noreply@github.com>2016-12-02 19:18:56 -0800
commit4042269de621e166235308f139e89c92e379040d (patch)
tree093329f6412837d89e1e849575a3f1579412802f /config/companion_tools.in
parenta787e410dc7133fb371e71161663639e1c0dc89b (diff)
parentbf0d593639d0c9451b13be4965bc6766cc90fed9 (diff)
downloadcrosstool-ng-4042269de621e166235308f139e89c92e379040d.tar.gz
crosstool-ng-4042269de621e166235308f139e89c92e379040d.tar.bz2
crosstool-ng-4042269de621e166235308f139e89c92e379040d.zip
Merge pull request #487 from stilor/host-comp-tools
Allow for installation of companion tools for host
Diffstat (limited to 'config/companion_tools.in')
-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