summaryrefslogtreecommitdiffstats
path: root/rules/mingw-runtime.in
blob: c1b2dff4ef315b3389c0a8b196ac2d502b930bf1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# config for mingw-runtime

menuconfig MINGW_RUNTIME
	bool
	select CROSS_GCC_FIRST
	select W32API

	select CROSS_GCC_SHARED
	select CROSS_GCC_THREADS_WIN32
	prompt "mingw-runtime               "

config MINGW_RUNTIME_VERSION
	depends on MINGW_RUNTIME
	string
	prompt "mingw-runtime version"
	default "3.14"
	help
	  Specify the mingw-runtime version here.