[PATCH] configure: Use *-windows instead of *-windows-gnu as fallback cross compiler target.

Jacek Caban jacek at codeweavers.com
Fri Jul 31 09:45:28 CDT 2020


Signed-off-by: Jacek Caban <jacek at codeweavers.com>
---

This code path is used mostly when cross target can't be found, which 
means that mingw is most likely not available. *windows-gnu targets, 
however, require cross compiled libgcc (or compiler-rt), which is 
roughly a part of mingw distro, so they will most likely not work 
anyway. When using *-windows target (meaning msvc compatibility mode), 
Wine is self sufficient and doesn't need any external cross compiled 
bits. If someone has an unusual setup and wants the old behaviour, it's 
probably good idea to explicitly specify CROSSTARGET anyway.

  configure.ac | 4 ++--
  1 file changed, 2 insertions(+), 2 deletions(-)


-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-configure-Use-windows-instead-of-windows-gnu-as-fallba.txt
Type: text/x-patch
Size: 549 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-devel/attachments/20200731/14715633/attachment.bin>


More information about the wine-devel mailing list