# HG changeset patch # User Volker Grabsch # Date 1254614210 -7200 # Node ID 80eba052dff19dd834991872dfd37d1707149fab # Parent c489fb1015e29c6df121045a04e3bc0f4aee3125 update default target in the docs diff -r c489fb1015e2 -r 80eba052dff1 doc/index.html --- a/doc/index.html Sun Oct 04 00:28:22 2009 +0200 +++ b/doc/index.html Sun Oct 04 01:56:50 2009 +0200 @@ -312,7 +312,7 @@ Autotools, all you have to do is:

-
./configure --host=i386-mingw32msvc
+    
./configure --host=i686-pc-mingw32
 make

@@ -340,7 +340,7 @@

Then, all you have to do is:

-
make CROSS=i386-mingw32msvc-
+
make CROSS=i686-pc-mingw32-

That's it!