On 15.05.2026 18:42, Evgeny Karpov wrote:
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" + fiIt 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.
I had kept it analogous to the x86 block, which has the same two blocks.Moving the whole block up is definitely cleaner, and works just fine in my test.
Regards, Evgeny
OpenPGP_0xD85AAA6874B7507E.asc
Description: OpenPGP public key
OpenPGP_signature.asc
Description: OpenPGP digital signature
