svn commit: trunk/buildroot/package/gnuconfig: CVS testsuite testsuite/CVS
vapier at uclibc.org
vapier at uclibc.org
Mon Nov 21 23:47:43 UTC 2005
Author: vapier
Date: 2005-11-21 15:47:41 -0800 (Mon, 21 Nov 2005)
New Revision: 12460
Log:
sync with cvs
Modified:
trunk/buildroot/package/gnuconfig/CVS/Entries
trunk/buildroot/package/gnuconfig/ChangeLog
trunk/buildroot/package/gnuconfig/config.guess
trunk/buildroot/package/gnuconfig/config.sub
trunk/buildroot/package/gnuconfig/testsuite/CVS/Entries
trunk/buildroot/package/gnuconfig/testsuite/config-guess.data
trunk/buildroot/package/gnuconfig/testsuite/config-sub.data
Changeset:
Modified: trunk/buildroot/package/gnuconfig/CVS/Entries
===================================================================
--- trunk/buildroot/package/gnuconfig/CVS/Entries 2005-11-21 21:27:22 UTC (rev 12459)
+++ trunk/buildroot/package/gnuconfig/CVS/Entries 2005-11-21 23:47:41 UTC (rev 12460)
@@ -8,7 +8,7 @@
D/tests////
D/testsuite////
/Makefile/1.6/Thu Aug 4 14:15:16 2005//
-/config.sub/1.330/Thu Aug 4 14:15:16 2005//
/uname/1.4/Thu Aug 4 14:15:16 2005//
-/ChangeLog/1.336/Sat Oct 29 09:44:45 2005//
-/config.guess/1.335/Result of merge//
+/ChangeLog/1.339/Mon Nov 21 19:15:04 2005//
+/config.guess/1.336/Result of merge//
+/config.sub/1.331/Result of merge//
Modified: trunk/buildroot/package/gnuconfig/ChangeLog
===================================================================
--- trunk/buildroot/package/gnuconfig/ChangeLog 2005-11-21 21:27:22 UTC (rev 12459)
+++ trunk/buildroot/package/gnuconfig/ChangeLog 2005-11-21 23:47:41 UTC (rev 12460)
@@ -1,3 +1,18 @@
+2005-11-13 Kean Johnston <jkj at sco.com>
+
+ * config.sub: Allow -sco6 and -sco5v6 to be aliases for SCO
+ OpenServer 6.
+ * testsuite/config-sub.data: New tests.
+
+2005-11-11 Ben Elliston <bje at gnu.org>
+
+ * testsuite/config-guess.data: Add test case for Linux PPC64.
+
+2005-11-11 Ben Elliston <bje at gnu.org>
+
+ * config.guess (x86:Interix*:[345]*): Handle Interix version 5.
+ * testsuite/config-guess.data: Add test case.
+
2005-09-19 Gerben Wierda <Gerben.Wierda at rna.nl>
* config.guess (*:Darwin:*:*): Don't treat *86 specifically.
Modified: trunk/buildroot/package/gnuconfig/config.guess
===================================================================
--- trunk/buildroot/package/gnuconfig/config.guess 2005-11-21 21:27:22 UTC (rev 12459)
+++ trunk/buildroot/package/gnuconfig/config.guess 2005-11-21 23:47:41 UTC (rev 12460)
@@ -3,7 +3,7 @@
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
# 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
-timestamp='2005-09-19'
+timestamp='2005-11-11'
# 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
@@ -796,7 +796,7 @@
i*:PW*:*)
echo ${UNAME_MACHINE}-pc-pw32
exit ;;
- x86:Interix*:[34]*)
+ x86:Interix*:[345]*)
echo i586-pc-interix${UNAME_RELEASE}|sed -e 's/\..*//'
exit ;;
[345]86:Windows_95:* | [345]86:Windows_98:* | [345]86:Windows_NT:*)
Modified: trunk/buildroot/package/gnuconfig/config.sub
===================================================================
--- trunk/buildroot/package/gnuconfig/config.sub 2005-11-21 21:27:22 UTC (rev 12459)
+++ trunk/buildroot/package/gnuconfig/config.sub 2005-11-21 23:47:41 UTC (rev 12460)
@@ -3,7 +3,7 @@
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
# 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
-timestamp='2005-07-08'
+timestamp='2005-11-13'
# This file is (in principle) common to ALL GNU software.
# The presence of a machine in this file suggests that SOME GNU software
@@ -171,6 +171,10 @@
-hiux*)
os=-hiuxwe2
;;
+ -sco6)
+ os=-sco5v6
+ basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
+ ;;
-sco5)
os=-sco3.2v5
basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
@@ -187,6 +191,10 @@
# Don't forget version if it is 3.2v4 or newer.
basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
;;
+ -sco5v6*)
+ # Don't forget version if it is 3.2v4 or newer.
+ basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
+ ;;
-sco*)
os=-sco3.2v2
basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
Modified: trunk/buildroot/package/gnuconfig/testsuite/CVS/Entries
===================================================================
--- trunk/buildroot/package/gnuconfig/testsuite/CVS/Entries 2005-11-21 21:27:22 UTC (rev 12459)
+++ trunk/buildroot/package/gnuconfig/testsuite/CVS/Entries 2005-11-21 23:47:41 UTC (rev 12460)
@@ -1,7 +1,7 @@
-/config-guess.data/1.15/Thu Aug 4 14:15:16 2005//
/config-guess.sh/1.4/Thu Aug 4 14:15:16 2005//
-/config-sub.data/1.23/Thu Aug 4 14:15:16 2005//
/config-sub.sh/1.2/Thu Aug 4 14:15:16 2005//
/uname.in/1.1/Thu Aug 4 14:15:16 2005//
/.cvsignore/1.1/Thu Aug 4 22:41:55 2005//
+/config-guess.data/1.17/Mon Nov 21 19:15:05 2005//
+/config-sub.data/1.24/Mon Nov 21 19:15:05 2005//
D
Modified: trunk/buildroot/package/gnuconfig/testsuite/config-guess.data
===================================================================
--- trunk/buildroot/package/gnuconfig/testsuite/config-guess.data 2005-11-21 21:27:22 UTC (rev 12459)
+++ trunk/buildroot/package/gnuconfig/testsuite/config-guess.data 2005-11-21 23:47:41 UTC (rev 12460)
@@ -12,3 +12,5 @@
i786-pc ignored windows32 ignored i786-pc-mingw32
or32 ignored Linux ignored or32-unknown-linux-gnu
x86_64 1.5.18(0.132/4/2) CYGWIN_NT-5.2 ignored x86_64-unknown-cygwin
+x86 5.0 Interix ignored i586-pc-interix5
+ppc64 2.6.9-22 Linux ignored powerpc64-unknown-linux-gnu
Modified: trunk/buildroot/package/gnuconfig/testsuite/config-sub.data
===================================================================
--- trunk/buildroot/package/gnuconfig/testsuite/config-sub.data 2005-11-21 21:27:22 UTC (rev 12459)
+++ trunk/buildroot/package/gnuconfig/testsuite/config-sub.data 2005-11-21 23:47:41 UTC (rev 12460)
@@ -70,3 +70,5 @@
i386-haiku i386-pc-haiku
sparc-haiku sparc-unknown-haiku
powerpc-haiku powerpc-unknown-haiku
+i386-pc-sco6 i386-pc-sco5v6
+i386-pc-sco5v6 i386-pc-sco5v6
More information about the uClibc-cvs
mailing list