summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan Hundven <bryanhundven@gmail.com>2015-11-19 23:09:12 (GMT)
committerBryan Hundven <bryanhundven@gmail.com>2015-11-19 23:09:12 (GMT)
commite0fd82bb0147539063228c4573eb024531e38ee7 (patch)
tree957c29531ce3030d85f107e5df5594dea894cd39
parentba7ca97523db72a0c79fbd42626ca1f57da5727e (diff)
mingw-w64: Set it as experimental
With the upcoming release of 1.22.0, mingw-w64 is still in an experimental state, and is not considered to be fully supported yet. This change should be reverted after the release. Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>
-rw-r--r--config/kernel/windows.in1
-rw-r--r--samples/i686-w64-mingw32/crosstool.config1
-rw-r--r--samples/x86_64-w64-mingw32/crosstool.config1
3 files changed, 3 insertions, 0 deletions
diff --git a/config/kernel/windows.in b/config/kernel/windows.in
index 5f3b099..797c023 100644
--- a/config/kernel/windows.in
+++ b/config/kernel/windows.in
@@ -1,6 +1,7 @@
# windows config options
## depends on ARCH_x86
+## depends on EXPERIMENTAL
##
## select WINDOWS
##
diff --git a/samples/i686-w64-mingw32/crosstool.config b/samples/i686-w64-mingw32/crosstool.config
index b709a05..a686988 100644
--- a/samples/i686-w64-mingw32/crosstool.config
+++ b/samples/i686-w64-mingw32/crosstool.config
@@ -1,4 +1,5 @@
CT_LOCAL_TARBALLS_DIR="${HOME}/src"
+CT_EXPERIMENTAL=y
CT_SAVE_TARBALLS=y
CT_LOG_EXTRA=y
CT_ARCH_ARCH="i686"
diff --git a/samples/x86_64-w64-mingw32/crosstool.config b/samples/x86_64-w64-mingw32/crosstool.config
index 21c9695..24a0d6a 100644
--- a/samples/x86_64-w64-mingw32/crosstool.config
+++ b/samples/x86_64-w64-mingw32/crosstool.config
@@ -1,4 +1,5 @@
CT_LOCAL_TARBALLS_DIR="${HOME}/src"
+CT_EXPERIMENTAL=y
CT_SAVE_TARBALLS=y
CT_LOG_EXTRA=y
CT_ARCH_64=y