https://bugs.winehq.org/show_bug.cgi?id=55007
--- Comment #10 from Chiitoo chiitoo@gentoo.org --- I do not seem to get dropped into the case at all ("$host" is 'linux-gnu' here).
If I add 'linux-gnu' to the condition, and see
checking whether the compiler supports -mpreferred-stack-boundary=2... yes
the thing unfortunately is still being as crashy as before.
That said, I don't actually see the option in CFLAGS during the most recent build, while in another test I saw it only in 'x86_64-pc-linux-gnu-gcc' parts, not in 'i686-w64-mingw32-gcc'... though I may have tweaked things a bit too much since it seems this should only affect the 32-bit side considering(?):
case $host_cpu in *i[3456789]86*)
I may have done something wrong. Will try again and look into it more at a better time.
Thank you!