diff options
author | Alexey Neyman <stilor@att.net> | 2016-11-29 13:25:44 -0800 |
---|---|---|
committer | Alexey Neyman <stilor@att.net> | 2016-11-29 13:25:44 -0800 |
commit | e082dd8991fcbdc4695de4ad513e10187e715a20 (patch) | |
tree | 877ebf903140f91befd17c796f0b328b859c9fc2 /samples/x86_64-w64-mingw32 | |
parent | 3285ccbd3eb07a43168b6fc56e02f56836b44efe (diff) | |
download | crosstool-ng-e082dd8991fcbdc4695de4ad513e10187e715a20.tar.gz crosstool-ng-e082dd8991fcbdc4695de4ad513e10187e715a20.tar.bz2 crosstool-ng-e082dd8991fcbdc4695de4ad513e10187e715a20.zip |
Enable posix threads in x86_64-w64-mingw32.
This enables the resulting toolchaing to be used to build a canadian
cross to x86_64-pc-linux-gnu target. Unmark that sample as broken,
it now builds successfully.
It is likely that it is affected by issue #483, too - I see the
resulting gcc executable has a DLL dependency on libiconv-2.dll,
which is only installed into .build/.../buildtools. This will be
investigated/fixed separately.
Signed-off-by: Alexey Neyman <stilor@att.net>
Diffstat (limited to 'samples/x86_64-w64-mingw32')
-rw-r--r-- | samples/x86_64-w64-mingw32/crosstool.config | 3 |
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 24a0d6a3..9bb218b4 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 |