Skip to content

Commit

Permalink
mingw-w64: Set it as experimental
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
bhundven committed Nov 19, 2015
1 parent ba7ca97 commit e0fd82b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions config/kernel/windows.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# windows config options

## depends on ARCH_x86
## depends on EXPERIMENTAL
##
## select WINDOWS
##
Expand Down
1 change: 1 addition & 0 deletions samples/i686-w64-mingw32/crosstool.config
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
1 change: 1 addition & 0 deletions samples/x86_64-w64-mingw32/crosstool.config
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit e0fd82b

Please sign in to comment.