diff options
author | Alexey Neyman <stilor@att.net> | 2017-06-04 22:39:36 -0700 |
---|---|---|
committer | Alexey Neyman <stilor@att.net> | 2017-06-05 00:29:15 -0700 |
commit | 6aaa2a1a67d2f105bac21750b02142201052393f (patch) | |
tree | 14f8612734a1b2e44e50afc90e9a7651d2339cd5 /config/libc | |
parent | f22c4dcd7ef84093af288a026cee1da5b282a34d (diff) | |
download | crosstool-ng-6aaa2a1a67d2f105bac21750b02142201052393f.tar.gz crosstool-ng-6aaa2a1a67d2f105bac21750b02142201052393f.tar.bz2 crosstool-ng-6aaa2a1a67d2f105bac21750b02142201052393f.zip |
Mingw-w64 release 5.0.2
Signed-off-by: Alexey Neyman <stilor@att.net>
Diffstat (limited to 'config/libc')
-rw-r--r-- | config/libc/mingw.in | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/config/libc/mingw.in b/config/libc/mingw.in index 9b2cb28f..0ca1823f 100644 --- a/config/libc/mingw.in +++ b/config/libc/mingw.in @@ -19,9 +19,14 @@ choice # Don't remove next line # CT_INSERT_VERSION_BELOW +config WINAPI_V_5_0_2 + bool + prompt "5.0.2" + config WINAPI_V_5_0_1 bool - prompt "5.0.1" + prompt "5.0.1 (OBSOLETE)" + depends on OBSOLETE config WINAPI_V_5_0_0 bool @@ -110,6 +115,7 @@ config WINAPI_VERSION default "devel" if WINAPI_V_DEVEL # Don't remove next line # CT_INSERT_VERSION_STRING_BELOW + default "5.0.2" if WINAPI_V_5_0_2 default "5.0.1" if WINAPI_V_5_0_1 default "5.0.0" if WINAPI_V_5_0_0 default "4.0.6" if WINAPI_V_4_0_6 |