On Fri, May 15, 2026, Timo Rothenpieler wrote:
> The mcf part is untested and might be incomplete.
> There might be other parts missing to make them work on aarch64.
It looks like mcf is not ready yet and should be added when it can be validated.
> + if test x$enable_threads = xposix ; then
> + tm_file="${tm_file} mingw/pthread.h"
> + fi
> + if test x$enable_threads = xmcf ; then
> + tm_file="${tm_file} mingw/mcfgthread.h"
> + fi
It would be good to move
"case ${enable_threads} in" block after "tm_file="${tm_file}
aarch64/aarch64-coff.h"
and add the required changes to tm_file there.
Regards,
Evgeny