config/libc/mingw.in
changeset 2069 366bd2b22675
child 2444 896cb0d36c1a
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/config/libc/mingw.in	Thu Aug 05 17:59:51 2010 +0200
     1.3 @@ -0,0 +1,34 @@
     1.4 +# mingw options
     1.5 +# depends on MINGW32
     1.6 +
     1.7 +config LIBC_mingw
     1.8 +    bool
     1.9 +    select LIBC_SUPPORT_WIN32THREADS
    1.10 +    help
    1.11 +      The de-facto standard for Mingw distributions.
    1.12 +
    1.13 +choice
    1.14 +    bool
    1.15 +    prompt "Mingw runtime version"
    1.16 +
    1.17 +# Don't remove next line
    1.18 +# CT_INSERT_VERSION_BELOW
    1.19 +config MINGWRT_V_3_18
    1.20 +    bool
    1.21 +    prompt "3.18"
    1.22 +
    1.23 +config MINGWRT_V_select
    1.24 +    bool
    1.25 +    prompt "Other version"
    1.26 +
    1.27 +endchoice
    1.28 +
    1.29 +config MINGWRT_VERSION
    1.30 +    string
    1.31 +    prompt "Mingw runtime version" if MINGWRT_V_select
    1.32 +# Don't remove next line
    1.33 +# CT_INSERT_VERSION_STRING_BELOW
    1.34 +    default "3.18" if MINGWRT_V_3_18
    1.35 +    help
    1.36 +      Enter the version number of the mingw runtime files to use
    1.37 +