Re: DOSBox ECE (for Windows & Linux)
Posted on 2022-06-13, 19:22
But the arm32 ("armhf") build unfortunately now lacks a dynamic CPU core. I will need to fix that. The issue is that configure.ac only recognizes armv6l, armv7l and aarch64. However, host_cpu in this case is armv8l. That's still 32-bit ARM and the ARMV7LE dynamic core should be used. I fixed it …