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: Fix `--enable-shared` build #14

Closed Blackhex closed 2 months ago

Blackhex commented 6 months ago

The remaining changes to fix --enable-shared build that needs to be put on top of #15.

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

eukarpov commented 6 months ago

Could it be merged directly to woarm64 and it fixes the problem?

Blackhex commented 6 months ago

Could it be merged directly to woarm64 and it fixes the problem?

No, the most significant parts of the fix are in the https://github.com/Windows-on-ARM-Experiments/gcc-woarm64/pull/15. Unfortunatelly, it does not make sense to separate those fixes from the refactor.

eukarpov commented 6 months ago

Then it does not make sense to move to a separate PR.

Blackhex commented 2 months ago

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