Commit 473be6ad authored by Mike Frysinger's avatar Mike Frysinger
Browse files

sync with cvs

parent 48eb656e
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@ D/src////
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//
+15 −0
Original line number Diff line number Diff line
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>

	* config.guess (*:Darwin:*:*): Don't treat *86 specifically.
+2 −2
Original line number Diff line number Diff line
@@ -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 @@ EOF
    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:*)
+9 −1
Original line number Diff line number Diff line
@@ -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 @@ case $os in
	-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 @@ case $os in
		# 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/'`
+2 −2
Original line number Diff line number Diff line
/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
Loading