config/libc/mingw.in
author "Yann E. MORIN" <yann.morin.1998@free.fr>
Thu Jan 24 22:21:19 2013 +0100 (2013-01-24)
changeset 3174 239ea86a47f6
parent 3112 6cb56b3f2d34
permissions -rw-r--r--
cc/gcc: remove 'sub-level' version form symbols

Now we use defconfig files to store the samples, we have to be a bit more
conservatives in the symbols names, so as to avoid gigantic version bumps
when updating sub-level versions from a package.

For example (using fictitious versions):
- in crosstool-NG 1.17.0, we choose:
- latest gcc is gcc-linaro-4.7-2012.10, which is the default for the
choice in the menuconfig
- gcc-linaro-4.6-2012.10 is selected
- so, sample has an explicit symbol for the selected gcc version, as it
is not the default
- we update to crosstool-NG 1.18.0:
- latest gcc version is gcc-linaro-4.7-2013.01
- gcc-linaro-46 has been updated to gcc-linaro-4.6-2013.01
- as the sample now has no *valid* symbol to set the gcc version, the
default is used, while we would have expected to still use the 4.6
release from linaro, not the 4.7

Get rid of sub-level (ie. the third digit sequence in versions) from the
symbols for linaro versions.

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
bartvdrmeulen@2017
     1
# mingw options
bartvdrmeulen@2017
     2
diorcet@3112
     3
## depends on WINDOWS
yann@2444
     4
##
yann@2444
     5
## select LIBC_SUPPORT_WIN32THREADS
diorcet@3131
     6
## select CC_CORE_PASSES_NEEDED
yann@2444
     7
##
yann@2444
     8
## help The de-facto standard for Mingw distributions.
bartvdrmeulen@2017
     9
bartvdrmeulen@2017
    10
choice
bartvdrmeulen@2017
    11
    bool
diorcet@3112
    12
    prompt "Windows API version"
bartvdrmeulen@2017
    13
bartvdrmeulen@2017
    14
# Don't remove next line
bartvdrmeulen@2017
    15
# CT_INSERT_VERSION_BELOW
diorcet@3112
    16
config WINAPI_V_2_0_7
bartvdrmeulen@2017
    17
    bool
diorcet@3112
    18
    prompt "2.0.7"
bartvdrmeulen@2017
    19
diorcet@3112
    20
config WINAPI_V_select
bartvdrmeulen@2017
    21
    bool
bartvdrmeulen@2017
    22
    prompt "Other version"
bartvdrmeulen@2017
    23
bartvdrmeulen@2017
    24
endchoice
bartvdrmeulen@2017
    25
diorcet@3112
    26
config WINAPI_VERSION
bartvdrmeulen@2017
    27
    string
diorcet@3112
    28
    prompt "Windows API version" if WINAPI_V_select
bartvdrmeulen@2017
    29
# Don't remove next line
bartvdrmeulen@2017
    30
# CT_INSERT_VERSION_STRING_BELOW
diorcet@3112
    31
    default "2.0.7" if WINAPI_V_2_0_7
bartvdrmeulen@2017
    32
    help
diorcet@3112
    33
      Enter the version number of the Windows API files to use
bartvdrmeulen@2017
    34
diorcet@3112
    35
config MINGW_DIRECTX
diorcet@3112
    36
    bool
diorcet@3112
    37
    prompt "Include DirectX development files"
diorcet@3112
    38
diorcet@3112
    39
config MINGW_DDK
diorcet@3112
    40
    bool
diorcet@3112
    41
    prompt "Include DDK development files"