crosstool-ng/config/kernel/mingw32.in
Yann E. MORIN" af8ba5a075 kernel/mingw32: show only for x86, 32-bit targets
Mingw32 on non-x86, non-32-bit target makes no sense

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
2010-08-31 18:52:07 +02:00

34 lines
665 B
Plaintext

# mingw32 config options
# depends on EXPERIMENTAL && ( ARCH_x86 && ARCH_32 )
config KERNEL_mingw32
select MINGW32
help
Build a toolchain targeting systems running Windows as host
choice
bool
prompt "Windows api version"
# Don't remove next line
# CT_INSERT_VERSION_BELOW
config W32API_V_3_14
bool
prompt "3.14"
config W32API_V_select
bool
prompt "Other version"
endchoice
config W32API_VERSION
string
prompt "W32 api version" if W32API_V_select
# Don't remove next line
# CT_INSERT_VERSION_STRING_BELOW
default "3.14" if W32API_V_3_14
help
Enter the version number of the windows api files to use