Workflows and build scripts for Windows on Arm64 GNU cross-compiler for `aarch64-w64-mingw32` target.
GNU General Public License v2.0
32
stars
4
forks
source link
MinGW `libwinpthreads` and `crt` need to be built with `-mno-outline-atomics` #208
Open
Blackhex opened 2 weeks ago
The build scripts of MinGW's
libwinpthreads
andcrt
sub-projects need to be modified to include-mno-outline-atomics
inCFLAGS
by default.This resolves undefined references to LSE intrinsics when building the toolchain with
--enable-shared
.