config/libc/mingw.in
author Yann Diorcet <diorcet.yann@gmail.com>
Mon Nov 19 21:45:09 2012 +0100 (2012-11-19)
changeset 3121 5016315d88ba
parent 2444 896cb0d36c1a
child 3131 bd172b161ff8
permissions -rw-r--r--
binutils/binutils: simplify gold dependencies

In preparation of adding a new kernel-type, Yann D. came up
with a change in semantic on binutils/gold availability.

So far, it was architectures' responsibility to declare that
they did support binutils/gold or not. It makes much more sense
that binutils/gold declares its own availability depending on
the current architecture; after all, architectures have no way
to know wether gold supports them, while gold does know it.

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