summaryrefslogtreecommitdiff
path: root/config/libc/mingw.in
diff options
context:
space:
mode:
Diffstat (limited to 'config/libc/mingw.in')
-rw-r--r--config/libc/mingw.in34
1 files changed, 34 insertions, 0 deletions
diff --git a/config/libc/mingw.in b/config/libc/mingw.in
new file mode 100644
index 0000000..2c7bb0f
--- /dev/null
+++ b/config/libc/mingw.in
@@ -0,0 +1,34 @@
+# mingw options
+# depends on MINGW32
+
+config LIBC_mingw
+ bool
+ select LIBC_SUPPORT_WIN32THREADS
+ help
+ The de-facto standard for Mingw distributions.
+
+choice
+ bool
+ prompt "Mingw runtime version"
+
+# Don't remove next line
+# CT_INSERT_VERSION_BELOW
+config MINGWRT_V_3_18
+ bool
+ prompt "3.18"
+
+config MINGWRT_V_select
+ bool
+ prompt "Other version"
+
+endchoice
+
+config MINGWRT_VERSION
+ string
+ prompt "Mingw runtime version" if MINGWRT_V_select
+# Don't remove next line
+# CT_INSERT_VERSION_STRING_BELOW
+ default "3.18" if MINGWRT_V_3_18
+ help
+ Enter the version number of the mingw runtime files to use
+