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

WIP: Make GCC configuration as similar to MSYS2 as possible #103

Closed Blackhex closed 5 months ago

Blackhex commented 6 months ago

Unifies GCC configuration with MSYS2 packages. The main change is enabling --enable-shared which did not build properly. Requires https://github.com/Windows-on-ARM-Experiments/gcc-woarm64/pull/15 and https://github.com/Windows-on-ARM-Experiments/gcc-woarm64/pull/14 changes on GCC side.

Blackhex commented 5 months ago

Deprecated in favor of #117