mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
Using a version of mingw-64 with winpthreads, packages that support posix threads, such as Guile, can be (cross-)built for MinGW with thread support. Also, since gcc-13, a MinGW (cross-)compiler provides g++ with std::mutex when built with a version of mingw-w64 that has winpthreads enabled. * gnu/packages/cross-base.scm (cross-gcc-toolchain/implementation): Add #:with-winpthreads? parameter, defaulting to #t. Pass it... (cross-libc*): ...to new #:with-winpthreads? parameter here, defaulting to #t. Pass it to make-mingw-w64 for winpthread support. Change-Id: Iaf34d9cc812543762cfd626693ea715880341c13 |
||
---|---|---|
.. | ||
bootloader | ||
build | ||
home | ||
installer | ||
machine | ||
packages | ||
services | ||
system | ||
tests | ||
artwork.scm | ||
bootloader.scm | ||
ci.scm | ||
compression.scm | ||
home.scm | ||
image.scm | ||
installer.scm | ||
local.mk | ||
machine.scm | ||
packages.scm | ||
services.scm | ||
system.scm | ||
tests.scm |