http://bugs.winehq.org/show_bug.cgi?id=17340 Summary: winebuild does not respect --host & --target configure parameters Product: Wine Version: unspecified Platform: Other OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: tools AssignedTo: wine-bugs(a)winehq.org ReportedBy: cruiseoveride(a)gmail.com As the title suggests, winebuild does not use the compiler triplet specified at configure time. I noticed this problem when building on 64bit Fedora. I keep a handy dandy toolchain (i386-linux-xxxxx) for building 32bit apps. But winebuild refuses to use it (but the rest of the gnu make build is fine) winebuild could be modified by autoconf/automake to reflect the proper default toolchain. eg. in tools/winebuild/main.c 86 char *as_command = NULL; 87 char *ld_command = NULL; The NULLs can be changed to @LD@ and @AS@ and taken from autoconf Thank you. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.