5d551ace
by Maotong Zhang at 2026-02-24T19:48:17+01:00
compiler-rt: Add __ctzdi2 to fix i386 MinGW builds.
Commit 8d8d871b switched mingw from -lgcc to compiler-rt.
This breaks i386 builds with ccache: Capstone fails to link
(AArch64/ARM disassemblers) due to an undefined __ctzdi2 symbol.