changeset 450:f3563b6817c1

update the target triplet to i686-pc-mingw32
author Volker Grabsch <vog@notjusthosting.com>
date Sat, 26 Sep 2009 03:51:58 +0200
parents c4dc325fb99a
children 5b76f1312e7e
files Makefile doc/index.html
diffstat 2 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile	Sun Sep 20 16:48:09 2009 +0200
+++ b/Makefile	Sat Sep 26 03:51:58 2009 +0200
@@ -23,7 +23,7 @@
 # SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 
 JOBS               := 1
-TARGET             := i386-mingw32msvc
+TARGET             := i686-pc-mingw32
 SOURCEFORGE_MIRROR := kent.dl.sourceforge.net
 
 VERSION  := 2.9
--- a/doc/index.html	Sun Sep 20 16:48:09 2009 +0200
+++ b/doc/index.html	Sat Sep 26 03:51:58 2009 +0200
@@ -374,6 +374,10 @@
         </p>
 
         <p>
+        The target triplet has been changed from i386-mingw32msvc to i686-pc-mingw32.
+        </p>
+
+        <p>
         Almost all packages are updated to their latest version.
         </p>
     </dd>