mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-19 04:47:52 +00:00
a8d2c2e1fa
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>
12 lines
209 B
Plaintext
12 lines
209 B
Plaintext
CT_CONFIG_VERSION="4"
|
|
CT_EXPERIMENTAL=y
|
|
CT_ARCH_X86=y
|
|
CT_ARCH_ARCH="i686"
|
|
CT_TARGET_VENDOR="w64"
|
|
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
|