https://bugs.winehq.org/show_bug.cgi?id=55098
--- Comment #1 from Andrew randrik@mail.ru --- Created attachment 74660 --> https://bugs.winehq.org/attachment.cgi?id=74660 end of build log
I tried to add i386 target only and disable mingw in configure, or even disable all but one CPU core. Same error.
../configure \ $wine64 \ --prefix=/usr \ --libdir=/usr/lib \ --localstatedir=/var \ --sysconfdir=/etc \ --mandir=/usr/man \ --with-x \ --with-gnutls \ --with-d3dadapter \ --enable-archs=i386 \ --without-mingw \ --${do_opengl}-opengl \ --program-prefix= \ --program-suffix= \ --disable-tests \ --build=$BUILD_ARCH
and CFLAGS set to
SLKCFLAGS="-O2 -march=$ARCH -mtune=i686 -mstackrealign"