On Mon Jun 16 09:00:10 2025 +0000, Mike wrote:
I'll try 10.10 soon. But are we talking about the same thing? Wine builds fine for me. The problem is I'm trying to use `winegcc` which calls `winebuild` in order to build a DLL on an ARM64 Linux device. In that scenario `winebuild` is generating Intel code, and that is what I attempted to fix with this MR.
Ah I see. Yes, you'd need to pass `-target aarch64-windows` or equivalent to `winegcc`, the same way it's done when building Wine itself. We should probably make winegcc refuse to build ELF libraries on ARM64.