[Git][wine/wine][master] compiler-rt: Add __ctzdi2 to fix i386 MinGW builds.
24 Feb
2026
24 Feb
'26
10:27 p.m.
Alexandre Julliard pushed to branch master at wine / wine Commits: 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. - - - - - 2 changed files: - libs/compiler-rt/Makefile.in - + libs/compiler-rt/lib/builtins/ctzdi2.c View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/5d551aced5727bb1a1561b450fed4ee... -- View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/5d551aced5727bb1a1561b450fed4ee... You're receiving this email because of your account on gitlab.winehq.org.
22
Age (days ago)
22
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard (@julliard)