# HG changeset patch # User ib # Date 1318848448 0 # Node ID 68d3b36b9dfcad743e695bc37a065f4aae851a2d # Parent fbfde63a7e8248defa51319808c33259126f1118 Revise documentation. Give a configure command that will work on 64 bit Linux, too. diff -r fbfde63a7e82 -r 68d3b36b9dfc DOCS/tech/crosscompile.txt --- a/DOCS/tech/crosscompile.txt Mon Oct 17 10:46:38 2011 +0000 +++ b/DOCS/tech/crosscompile.txt Mon Oct 17 10:47:28 2011 +0000 @@ -47,7 +47,6 @@ Configure with - ./configure --target=$(uname -m)-wine --cc=winegcc --windres=wrc + ./configure --target=i686-wine --cc="winegcc -m32" --windres=wrc --enable-gui -and add any options you normally use for your Linux build (such as ---enable-gui), then run make. +and add any options you normally use for your Linux build, then run make.