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

Fix native system headers directory in config.gcc #19

Closed Blackhex closed 4 weeks ago

Blackhex commented 2 months ago

The fix as suggested at https://github.com/Windows-on-ARM-Experiments/gcc-woarm64/issues/17.

PR verified by https://github.com/Windows-on-ARM-Experiments/mingw-woarm64-build/actions/runs/9383070027.

Blackhex commented 2 months ago

JFYI, MSYS2 uses this patch https://github.com/msys2/MINGW-packages/blob/master/mingw-w64-gcc/0005-Windows-Don-t-ignore-native-system-header-dir.patch on top of the proposed solution.

eukarpov commented 2 months ago

JFYI, MSYS2 uses this patch https://github.com/msys2/MINGW-packages/blob/master/mingw-w64-gcc/0005-Windows-Don-t-ignore-native-system-header-dir.patch on top of the proposed solution.

Yes, it could be another option for the workaround.

eukarpov commented 4 weeks ago

I think this PR is not needed anymore.

Blackhex commented 4 weeks ago

Yes, it's part of MSYS2 recipes.