changeset 34122:68d3b36b9dfc

Revise documentation. Give a configure command that will work on 64 bit Linux, too.
author ib
date Mon, 17 Oct 2011 10:47:28 +0000
parents fbfde63a7e82
children 178c5660c090
files DOCS/tech/crosscompile.txt
diffstat 1 files changed, 2 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- 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.