From f0ba3658d8ace2c2e760bf48eb1bd5e7f0dff752 Mon Sep 17 00:00:00 2001 From: Volker Grabsch Date: Sun, 4 Oct 2009 01:56:50 +0200 Subject: [PATCH] update default target in the docs --- doc/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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!