diff options
Diffstat (limited to 'samples')
-rw-r--r-- | samples/i686-w64-mingw32/crosstool.config | 1 | ||||
-rw-r--r-- | samples/x86_64-w64-mingw32/crosstool.config | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/samples/i686-w64-mingw32/crosstool.config b/samples/i686-w64-mingw32/crosstool.config index b709a05e..a6869886 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 21c9695a..24a0d6a3 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 |