Windows-on-ARM-Experiments / gcc-woarm64

Fork of gcc containing fixes for Windows on ARM64.
GNU General Public License v2.0
8 stars 1 forks source link

WIP: Synchronize `gcc` and `libcc` config with `x86_64-w64-mingw32` #15

Closed Blackhex closed 2 months ago

Blackhex commented 6 months ago

Aligns gcc and libgcc aarch64-w64-mingw32 configuration with x86_64-w64-mingw32 to make it easier to synchronize the configurations if they change upstream. Changes TARGET_64BIT_MS_ABI define to TARGET_ARM64_MS_ABI for convenience and to align the code to our patch set being upstreamed.

Tested by https://github.com/Windows-on-ARM-Experiments/mingw-woarm64-build/actions/runs/7900412079

Blackhex commented 2 months ago

Closing the PR as it now diverges from the upstream a lot.