tyfkda / xcc

Standalone C compiler/assembler/linker/libc for x86-64/aarch64/riscv64/wasm
https://tyfkda.github.io/xcc/
MIT License
197 stars 14 forks source link

feat: Win32 compatibility for wcc (MinGW64 MSYS) #159

Closed ijsf closed 3 months ago

ijsf commented 3 months ago

Implements #156.

Requires MinGW64 MSYS as toolchain.

Notes:

Passes test-wcc and test-wcc-gen2 tests on Win32.

ijsf commented 3 months ago

All tests pass. Ideally there should be no regression on POSIX platforms.

tyfkda commented 3 months ago

After careful consideration, I would like to reject this pull request because it is difficult for me to support the MinGW64 platform. I apologize for not being able to meet your request.