[PATCH] winegcc: Allow specifying 32-bit libdir via configure script.

Jacek Caban jacek at codeweavers.com
Fri Jul 20 07:46:23 CDT 2018


64-bit Wine build has no informations about 32-bit configuration. We
have some heuristics in winegcc to find 32-bit libraries, but it may not
be enough. 32-bit libraries can be in an arbitrary place in 32-bit build
if it's using --libdir.

This patch makes it possible to instruct 64-bit build where to find
32-bit libraries, so that winegcc -m32 can work correctly in such config.

Signed-off-by: Jacek Caban <jacek at codeweavers.com>
---
 Makefile.in               |  1 +
 configure.ac              | 11 +++++++++++
 tools/winegcc/Makefile.in |  1 +
 tools/winegcc/winegcc.c   |  6 +++++-
 4 files changed, 18 insertions(+), 1 deletion(-)


-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-winegcc-Allow-specifying-32-bit-libdir-via-configure-.diff
Type: text/x-patch
Size: 2771 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-devel/attachments/20180720/913fed41/attachment.bin>


More information about the wine-devel mailing list