summaryrefslogtreecommitdiff
path: root/config/libc/mingw.in
blob: 2c7bb0f96f206f2c89142580667dd749c8587df9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# mingw options
# depends on MINGW32

config LIBC_mingw
    bool
    select LIBC_SUPPORT_WIN32THREADS
    help
      The de-facto standard for Mingw distributions.

choice
    bool
    prompt "Mingw runtime version"

# Don't remove next line
# CT_INSERT_VERSION_BELOW
config MINGWRT_V_3_18
    bool
    prompt "3.18"

config MINGWRT_V_select
    bool
    prompt "Other version"

endchoice

config MINGWRT_VERSION
    string
    prompt "Mingw runtime version" if MINGWRT_V_select
# Don't remove next line
# CT_INSERT_VERSION_STRING_BELOW
    default "3.18" if MINGWRT_V_3_18
    help
      Enter the version number of the mingw runtime files to use