summaryrefslogtreecommitdiffstats
path: root/rules/mingw-runtime.in
blob: 66222030917c5d95f45accd3645e8bdac9bfafed (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
# 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               "

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