From a8d2c2e1fac2106da65dbaf768d32857428fe621 Mon Sep 17 00:00:00 2001 From: Chris Packham Date: Mon, 28 Mar 2022 21:21:00 +1300 Subject: [PATCH] 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 --- samples/i686-w64-mingw32/crosstool.config | 1 + 1 file changed, 1 insertion(+) diff --git a/samples/i686-w64-mingw32/crosstool.config b/samples/i686-w64-mingw32/crosstool.config index c731d7b3..956d58ad 100644 --- a/samples/i686-w64-mingw32/crosstool.config +++ b/samples/i686-w64-mingw32/crosstool.config @@ -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