native_win.txt 315 B

123456789101112131415
  1. There is an experimental amd64_win (native Windows ABI and calling
  2. convention).
  3. In tree, this is currently only tested via cross-compilation from a
  4. Linux host, and using wine to run the tests.
  5. You'll need something like:
  6. sudo apt install mingw64-w64 dos2unix wine
  7. and then
  8. make check-amd64_win
  9. should pass.