diff options
author | Alexey Neyman <stilor@att.net> | 2017-04-07 10:12:52 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-04-07 10:12:52 -0700 |
commit | 242c156d95b525c38a018ebf58c69ce4e1fb3283 (patch) | |
tree | b734f3492b64862fdf890046239be843c55e52c6 /config/libc | |
parent | 9571a97a4d2e3aedc5fa6807a920c619b9467c77 (diff) | |
parent | 2e9863531f44bcc96426af71a4d1d23bf88c3e5c (diff) | |
download | crosstool-ng-242c156d95b525c38a018ebf58c69ce4e1fb3283.tar.gz crosstool-ng-242c156d95b525c38a018ebf58c69ce4e1fb3283.tar.bz2 crosstool-ng-242c156d95b525c38a018ebf58c69ce4e1fb3283.zip |
Merge pull request #677 from stilor/mingw
Mingw minor fixes
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. |