Windows-on-ARM-Experiments / mingw-woarm64-build

Build script for Windows on Arm64 GNU cross compiler aarch64-w64-mingw32.
GNU General Public License v2.0
27 stars 3 forks source link

Add `x86_64-pc-cygwin` target to `advanced.yml` #106

Closed Blackhex closed 5 months ago

Blackhex commented 6 months ago

Adds Cygwin and x86_64-pc-cygwin GCC build to the advanced.yml workflow.

Blackhex commented 6 months ago

This PR is completely wrong: One cannot build Cygwin without stage 1 ???-w64-cygwin GCC and stage 2 ???-w64-cygwin GCC cannot be build without Cygwin. I am moving this PR into draw state and will submit if for the review once it will be completely redone as adding another platform to advanced.yml workflow.

Blackhex commented 5 months ago

Completely re-done and ready for review.