Alex Rønne Petersen
879bc2e5cb
mingw: Update MinGW-w64 sources to 38c8142f660b6ba11e7c408f2de1e9f8bfaf839e.
2025-06-11 18:27:15 +02:00
Elaine Gibson
b126978555
mingw-w64: remove msvcrt sources
2024-01-20 00:21:34 +00:00
Andrew Kelley
9a4a74eb65
mingw: remove pow.c from aarch64-windows mingw builds
...
I observed a duplicate symbol linker error; pow was defined both by
mingwex.lib and ucrtbase.dll.
2024-01-08 11:53:06 -07:00
Andrew Kelley
02b221051a
fix aarch64-windows-gnu libc
...
We were missing some math functions. After this enhancement I verified
that I was able to cross-compile ninja.exe for aarch64-windows and
produce a viable binary.
2022-12-10 03:06:17 -05:00
Jonathan Marler
375619820e
changes to build zig-bootstrap aarch64-windows
2021-09-07 14:27:50 -06:00
Jonathan Marler
fd2c1d8605
Fix building aarch64-windows-gnu by adding missing libc files and compiler_rt functions ( #9555 )
...
* fix issue 9519
Added some missing files from mingw
* add missing compiler_rt functions
* finish PR
* add aarch64-windows-gnu to test targets
* add more compiler_rt
* add log2
* add pow
* add modti3
2021-09-07 19:44:21 +03:00