mldonkey-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Mldonkey-commits] mldonkey config/config.guess config/config.sub ...


From: mldonkey-commits
Subject: [Mldonkey-commits] mldonkey config/config.guess config/config.sub ...
Date: Wed, 17 Oct 2007 18:43:09 +0000

CVSROOT:        /sources/mldonkey
Module name:    mldonkey
Changes by:     spiralvoice <spiralvoice>       07/10/17 18:43:09

Modified files:
        config         : config.guess config.sub 
        distrib        : ChangeLog 

Log message:
        patch #6239

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/mldonkey/config/config.guess?cvsroot=mldonkey&r1=1.9&r2=1.10
http://cvs.savannah.gnu.org/viewcvs/mldonkey/config/config.sub?cvsroot=mldonkey&r1=1.9&r2=1.10
http://cvs.savannah.gnu.org/viewcvs/mldonkey/distrib/ChangeLog?cvsroot=mldonkey&r1=1.1328&r2=1.1329

Patches:
Index: config/config.guess
===================================================================
RCS file: /sources/mldonkey/mldonkey/config/config.guess,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -b -r1.9 -r1.10
--- config/config.guess 17 Mar 2007 18:51:57 -0000      1.9
+++ config/config.guess 17 Oct 2007 18:43:08 -0000      1.10
@@ -4,7 +4,7 @@
 #   2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation,
 #   Inc.
 
-timestamp='2007-01-15'
+timestamp='2007-07-22'
 
 # This file is free software; you can redistribute it and/or modify it
 # under the terms of the GNU General Public License as published by
@@ -330,7 +330,7 @@
     sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*)
        echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
        exit ;;
-    i86pc:SunOS:5.*:*)
+    i86pc:SunOS:5.*:* | i86xen:SunOS:5.*:*)
        echo i386-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
        exit ;;
     sun4*:SunOS:6*:*)
@@ -791,12 +791,15 @@
     i*:PW*:*)
        echo ${UNAME_MACHINE}-pc-pw32
        exit ;;
-    x86:Interix*:[3456]*)
+    *:Interix*:[3456]*)
+       case ${UNAME_MACHINE} in
+           x86)
        echo i586-pc-interix${UNAME_RELEASE}
        exit ;;
-    EM64T:Interix*:[3456]* | authenticamd:Interix*:[3456]*)
+           EM64T | authenticamd)
        echo x86_64-unknown-interix${UNAME_RELEASE}
        exit ;;
+       esac ;;
     [345]86:Windows_95:* | [345]86:Windows_98:* | [345]86:Windows_NT:*)
        echo i${UNAME_MACHINE}-pc-mks
        exit ;;

Index: config/config.sub
===================================================================
RCS file: /sources/mldonkey/mldonkey/config/config.sub,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -b -r1.9 -r1.10
--- config/config.sub   17 Mar 2007 18:51:58 -0000      1.9
+++ config/config.sub   17 Oct 2007 18:43:09 -0000      1.10
@@ -4,7 +4,7 @@
 #   2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation,
 #   Inc.
 
-timestamp='2007-01-18'
+timestamp='2007-06-28'
 
 # This file is (in principle) common to ALL GNU software.
 # The presence of a machine in this file suggests that SOME GNU software
@@ -475,8 +475,8 @@
                basic_machine=craynv-cray
                os=-unicosmp
                ;;
-       cr16c)
-               basic_machine=cr16c-unknown
+       cr16)
+               basic_machine=cr16-unknown
                os=-elf
                ;;
        crds | unos)
@@ -683,6 +683,10 @@
                basic_machine=i386-pc
                os=-mingw32
                ;;
+       mingw32ce)
+               basic_machine=arm-unknown
+               os=-mingw32ce
+               ;;
        miniframe)
                basic_machine=m68000-convergent
                ;;

Index: distrib/ChangeLog
===================================================================
RCS file: /sources/mldonkey/mldonkey/distrib/ChangeLog,v
retrieving revision 1.1328
retrieving revision 1.1329
diff -u -b -r1.1328 -r1.1329
--- distrib/ChangeLog   17 Oct 2007 18:36:01 -0000      1.1328
+++ distrib/ChangeLog   17 Oct 2007 18:43:09 -0000      1.1329
@@ -15,6 +15,7 @@
 =========
 
 2007/10/17
+6239: Update GNU config.guess and config.sub to version 2007/07
 Updated Mozilla protocol handler to version 2.2
 - original source from http://www.informatik.uni-oldenburg.de/~dyna/mldonkey
 6238: Fix statvfs code on alpha platform (Alexander Kotelnikov)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]