diff options
author | Chris Packham <judge.packham@gmail.com> | 2022-03-28 21:21:00 +1300 |
---|---|---|
committer | Chris Packham <judge.packham@gmail.com> | 2022-04-02 13:30:46 +1300 |
commit | a8d2c2e1fac2106da65dbaf768d32857428fe621 (patch) | |
tree | db60ff4cfb7c491eb8e7af5e116fa4fbb4f94703 /samples | |
parent | 6cd16639b9f99d946583b58cbae4207d7531683f (diff) | |
download | crosstool-ng-a8d2c2e1fac2106da65dbaf768d32857428fe621.tar.gz crosstool-ng-a8d2c2e1fac2106da65dbaf768d32857428fe621.tar.bz2 crosstool-ng-a8d2c2e1fac2106da65dbaf768d32857428fe621.zip |
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>
Diffstat (limited to 'samples')
-rw-r--r-- | samples/i686-w64-mingw32/crosstool.config | 1 |
1 files changed, 1 insertions, 0 deletions
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 |