diff --git a/doc/index.html b/doc/index.html index 2dbdc93c..2f0920b3 100644 --- a/doc/index.html +++ b/doc/index.html @@ -312,7 +312,7 @@ exit Autotools, all you have to do is:

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

@@ -340,7 +340,7 @@ AR=$(CROSS)ar

Then, all you have to do is:

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

That's it!