changeset 462:80eba052dff1

update default target in the docs
author Volker Grabsch <vog@notjusthosting.com>
date Sun, 04 Oct 2009 01:56:50 +0200
parents c489fb1015e2
children 699fdda7068e
files doc/index.html
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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 @@
     <a href="http://www.lrde.epita.fr/~adl/autotools.html">Autotools</a>,
     all you have to do is:
     </p>
-    <pre>./configure --host=<span class="target">i386-mingw32msvc</span>
+    <pre>./configure --host=<span class="target">i686-pc-mingw32</span>
 make</pre>
 
     <p>
@@ -340,7 +340,7 @@
     <p>
     Then, all you have to do is:
     </p>
-    <pre>make CROSS=<span class="target">i386-mingw32msvc</span>-</pre>
+    <pre>make CROSS=<span class="target">i686-pc-mingw32</span>-</pre>
     <p>
     That's it!
     </p>