mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 06:06:32 +00:00
sync with cvs
This commit is contained in:
parent
48eb656e15
commit
473be6adfc
@ -8,7 +8,7 @@ D/src////
|
|||||||
D/tests////
|
D/tests////
|
||||||
D/testsuite////
|
D/testsuite////
|
||||||
/Makefile/1.6/Thu Aug 4 14:15:16 2005//
|
/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//
|
/uname/1.4/Thu Aug 4 14:15:16 2005//
|
||||||
/ChangeLog/1.336/Sat Oct 29 09:44:45 2005//
|
/ChangeLog/1.339/Mon Nov 21 19:15:04 2005//
|
||||||
/config.guess/1.335/Result of merge//
|
/config.guess/1.336/Result of merge//
|
||||||
|
/config.sub/1.331/Result of merge//
|
||||||
|
@ -1,3 +1,18 @@
|
|||||||
|
2005-11-13 Kean Johnston <jkj@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@gnu.org>
|
||||||
|
|
||||||
|
* testsuite/config-guess.data: Add test case for Linux PPC64.
|
||||||
|
|
||||||
|
2005-11-11 Ben Elliston <bje@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@rna.nl>
|
2005-09-19 Gerben Wierda <Gerben.Wierda@rna.nl>
|
||||||
|
|
||||||
* config.guess (*:Darwin:*:*): Don't treat *86 specifically.
|
* config.guess (*:Darwin:*:*): Don't treat *86 specifically.
|
||||||
|
4
package/gnuconfig/config.guess
vendored
4
package/gnuconfig/config.guess
vendored
@ -3,7 +3,7 @@
|
|||||||
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
|
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
|
||||||
# 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
|
# 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
|
# 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
|
# under the terms of the GNU General Public License as published by
|
||||||
@ -796,7 +796,7 @@ EOF
|
|||||||
i*:PW*:*)
|
i*:PW*:*)
|
||||||
echo ${UNAME_MACHINE}-pc-pw32
|
echo ${UNAME_MACHINE}-pc-pw32
|
||||||
exit ;;
|
exit ;;
|
||||||
x86:Interix*:[34]*)
|
x86:Interix*:[345]*)
|
||||||
echo i586-pc-interix${UNAME_RELEASE}|sed -e 's/\..*//'
|
echo i586-pc-interix${UNAME_RELEASE}|sed -e 's/\..*//'
|
||||||
exit ;;
|
exit ;;
|
||||||
[345]86:Windows_95:* | [345]86:Windows_98:* | [345]86:Windows_NT:*)
|
[345]86:Windows_95:* | [345]86:Windows_98:* | [345]86:Windows_NT:*)
|
||||||
|
10
package/gnuconfig/config.sub
vendored
10
package/gnuconfig/config.sub
vendored
@ -3,7 +3,7 @@
|
|||||||
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
|
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
|
||||||
# 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
|
# 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.
|
# This file is (in principle) common to ALL GNU software.
|
||||||
# The presence of a machine in this file suggests that SOME GNU software
|
# The presence of a machine in this file suggests that SOME GNU software
|
||||||
@ -171,6 +171,10 @@ case $os in
|
|||||||
-hiux*)
|
-hiux*)
|
||||||
os=-hiuxwe2
|
os=-hiuxwe2
|
||||||
;;
|
;;
|
||||||
|
-sco6)
|
||||||
|
os=-sco5v6
|
||||||
|
basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
|
||||||
|
;;
|
||||||
-sco5)
|
-sco5)
|
||||||
os=-sco3.2v5
|
os=-sco3.2v5
|
||||||
basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
|
basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
|
||||||
@ -187,6 +191,10 @@ case $os in
|
|||||||
# Don't forget version if it is 3.2v4 or newer.
|
# Don't forget version if it is 3.2v4 or newer.
|
||||||
basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
|
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*)
|
-sco*)
|
||||||
os=-sco3.2v2
|
os=-sco3.2v2
|
||||||
basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
|
basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
|
||||||
|
@ -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-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//
|
/config-sub.sh/1.2/Thu Aug 4 14:15:16 2005//
|
||||||
/uname.in/1.1/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//
|
/.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
|
D
|
||||||
|
@ -12,3 +12,5 @@ i586 5.0.0 skyos ignored i586-pc-skyos5.0.0
|
|||||||
i786-pc ignored windows32 ignored i786-pc-mingw32
|
i786-pc ignored windows32 ignored i786-pc-mingw32
|
||||||
or32 ignored Linux ignored or32-unknown-linux-gnu
|
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_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
|
||||||
|
@ -70,3 +70,5 @@ sh3ele-elf sh3ele-unknown-elf
|
|||||||
i386-haiku i386-pc-haiku
|
i386-haiku i386-pc-haiku
|
||||||
sparc-haiku sparc-unknown-haiku
|
sparc-haiku sparc-unknown-haiku
|
||||||
powerpc-haiku powerpc-unknown-haiku
|
powerpc-haiku powerpc-unknown-haiku
|
||||||
|
i386-pc-sco6 i386-pc-sco5v6
|
||||||
|
i386-pc-sco5v6 i386-pc-sco5v6
|
||||||
|
Loading…
x
Reference in New Issue
Block a user