summaryrefslogtreecommitdiff
path: root/samples/x86_64-w64-mingw32/crosstool.config
diff options
context:
space:
mode:
authorAlexey Neyman <stilor@att.net>2016-12-01 01:08:58 (GMT)
committerGitHub <noreply@github.com>2016-12-01 01:08:58 (GMT)
commitf849de0de38b36d51477c633090a36a00696fdc6 (patch)
tree877ebf903140f91befd17c796f0b328b859c9fc2 /samples/x86_64-w64-mingw32/crosstool.config
parent699a54d8cedef2883ca6834feed99f8f2b077332 (diff)
parente082dd8991fcbdc4695de4ad513e10187e715a20 (diff)
Merge pull request #484 from stilor/fix-canadian
Fix canadian crosses
Diffstat (limited to 'samples/x86_64-w64-mingw32/crosstool.config')
-rw-r--r--samples/x86_64-w64-mingw32/crosstool.config3
1 files changed, 2 insertions, 1 deletions
diff --git a/samples/x86_64-w64-mingw32/crosstool.config b/samples/x86_64-w64-mingw32/crosstool.config
index 24a0d6a..9bb218b 100644
--- a/samples/x86_64-w64-mingw32/crosstool.config
+++ b/samples/x86_64-w64-mingw32/crosstool.config
@@ -1,5 +1,5 @@
-CT_LOCAL_TARBALLS_DIR="${HOME}/src"
CT_EXPERIMENTAL=y
+CT_LOCAL_TARBALLS_DIR="${HOME}/src"
CT_SAVE_TARBALLS=y
CT_LOG_EXTRA=y
CT_ARCH_64=y
@@ -9,4 +9,5 @@ CT_KERNEL_windows=y
CT_BINUTILS_PLUGINS=y
CT_MINGW_DIRECTX=y
CT_MINGW_DDK=y
+CT_THREADS_POSIX=y
CT_CC_LANG_CXX=y