http://bugs.winehq.org/show_bug.cgi?id=33905
--- Comment #11 from André H. nerv@dawncrow.de 2013-07-02 15:14:01 CDT --- (In reply to comment #10)
Created attachment 45072 [details] Winemaker SceenLog and Makefile after custom LDFLAGS
Sorry, perhaps we must reopen this topic for a while, and not only for build-env.
Although we can pass the compilation and installation, winelib doesn't work as well as before. We lack of adding the "-mcpu" option when we auto-generate the Makefile by winemaker. I can pass the compilation(user-program which is compiled by winelib) by adding "-mcpu=armxxxx" in the varible "userprogram_name_exe_LDFLAGS". I think it's the same reason with the compilation of wine itself. The problem is only for wine 1.6.
That falls into the category "custom changes" winemaker can't know which cpu to use it's the same as when adding LDFLAGS to configure