mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-19 04:47:52 +00:00
105e4b59b7
Instead, prepare the files as a part of bootstrap and install them. This avoids rebuilding these files in each working directory; they don't change anyway as they are generated from the same installed source. Signed-off-by: Alexey Neyman <stilor@att.net>
16 lines
355 B
Plaintext
16 lines
355 B
Plaintext
# Companion tools config options
|
|
|
|
menu "Companion 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).
|
|
|
|
source "config/gen/companion_tools.in"
|
|
|
|
endmenu
|