mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-18 20:37:56 +00:00
Enable posix threads in i686-w64-mingw32
Posix threads are enabled in the x86_64-w64-mingw32 sample having them enabled in i686-w64-mingw32 makes things consistent for these targets. Fixes #1696 Signed-off-by: Chris Packham <judge.packham@gmail.com>
This commit is contained in:
parent
6cd16639b9
commit
a8d2c2e1fa
@ -7,4 +7,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
|
||||
|
Loading…
Reference in New Issue
Block a user