diff options
author | Bryan Hundven <bryanhundven@gmail.com> | 2015-05-16 10:04:18 -0700 |
---|---|---|
committer | Bryan Hundven <bryanhundven@gmail.com> | 2015-05-16 10:04:18 -0700 |
commit | 46d79a58d33d21b46ec77ef695a96cc17d02a035 (patch) | |
tree | 3bb9957a1693827e6f86147f96d2e81e5c1b304a | |
parent | 9e01e1549375e70feda6100bd09f1f9024941c61 (diff) | |
download | crosstool-ng-46d79a58d33d21b46ec77ef695a96cc17d02a035.tar.gz crosstool-ng-46d79a58d33d21b46ec77ef695a96cc17d02a035.tar.bz2 crosstool-ng-46d79a58d33d21b46ec77ef695a96cc17d02a035.zip |
mingw: WINAPI_V_DEVEL should depend on EXPERIMENTAL
While we do want users to be able to use the mingw from git, being under
the experimental umbrella makes it more obvious that this should not be
used as a production toolchain.
Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>
-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 4e304212..895bc819 100644 --- a/config/libc/mingw.in +++ b/config/libc/mingw.in @@ -20,6 +20,7 @@ choice config WINAPI_V_DEVEL bool prompt "devel" + depends on EXPERIMENTAL config WINAPI_V_4_0_2 bool |