summaryrefslogtreecommitdiffstats
path: root/rules/mingw-runtime.in
blob: dfe4fab4302e20950eb1d6fed7d68a6f9552dd87 (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
# config for mingw-runtime

menuconfig MINGW_RUNTIME
	bool
	select W32API

	select TOOLCHAIN_ENABLE_SYSROOT
	select TOOLCHAIN_DISABLE_MULTILIB

	select CROSS_GCC_FIRST
	select CROSS_GCC_ENABLE_CXA_ATEXIT
	select CROSS_GCC_DISABLE_SJLJ_EXCEPTIONS
	select CROSS_GCC_DISABLE_LIBSSP
	select CROSS_GCC_ENABLE_SHARED
	select CROSS_GCC_THREADS_WIN32

	prompt "mingw-runtime               "

if MINGW_RUNTIME

config MINGW_RUNTIME_VERSION
	string
	prompt "mingw-runtime version"
	default "3.15.1"
	help
	  Specify the mingw-runtime version here.

config MINGW_RUNTIME_MD5
	string
	prompt "mingw-runtime source md5sum"

endif