diff options
author | Alexey Neyman <stilor@att.net> | 2017-04-06 20:12:40 -0700 |
---|---|---|
committer | Alexey Neyman <stilor@att.net> | 2017-04-06 20:12:40 -0700 |
commit | cc3fefe5389d81781afbbf05125d4aa7711ebcdb (patch) | |
tree | 8db0340389526b2b22798610afe5da9eaf3cdb67 /config/libc | |
parent | 9571a97a4d2e3aedc5fa6807a920c619b9467c77 (diff) | |
download | crosstool-ng-cc3fefe5389d81781afbbf05125d4aa7711ebcdb.tar.gz crosstool-ng-cc3fefe5389d81781afbbf05125d4aa7711ebcdb.tar.bz2 crosstool-ng-cc3fefe5389d81781afbbf05125d4aa7711ebcdb.zip |
mingw: Make list of tools depend on tools being enabled
Signed-off-by: Alexey Neyman <stilor@att.net>
Diffstat (limited to 'config/libc')
-rw-r--r-- | config/libc/mingw.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/libc/mingw.in b/config/libc/mingw.in index 0f058450..b1fb4e95 100644 --- a/config/libc/mingw.in +++ b/config/libc/mingw.in @@ -144,5 +144,6 @@ config MINGW_TOOLS config MINGW_TOOL_LIST_ARRAY string "List of mingw-w64 tools to build" default "gendef genidl genlib genpeimg widl" + depends on MINGW_TOOLS help List of mingw-w64 tools to build. |