http://bugs.winehq.org/show_bug.cgi?id=32948
--- Comment #21 from jbh@alchemy.lu 2013-03-22 03:10:52 CDT --- (In reply to comment #20)
the build script referenced does not match the gcc commandline posted.
e.g. it does not contain portions of this: make CFLAGS+="-mincoming-stack-boundary=2" CXXFLAGS+="-mincoming-stack-boundary=2"
Btw, if you remove the CFLAGS+= and CXXFLAGS+= adjustments from here (and move them up where you edit CFLAGS already), you probably also fix the fortify_source reenablement
The command line was from the 64bit build earlier in the script...
I can try removing the "-mincoming-stack-boundary=2" completely as it also shouldn't be needed... Don't think this has anything to do with the issue though..