mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-18 20:37:56 +00:00
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>
This commit is contained in:
parent
ba7ca97523
commit
e0fd82bb01
@ -1,6 +1,7 @@
|
||||
# windows config options
|
||||
|
||||
## depends on ARCH_x86
|
||||
## depends on EXPERIMENTAL
|
||||
##
|
||||
## select WINDOWS
|
||||
##
|
||||
|
@ -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"
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user