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 build on x86_64-pc-linux-gnu when host is aarch64-w64-mingw32 #6

Closed Blackhex closed 9 months ago

Blackhex commented 9 months ago

Fix build on x86_64-pc-linux-gnu when host and target is aarch64-w64-mingw32.

Without this change undefined reference to host_detect_local_cpu error occurs.