2002-01-16 H.J. Lu (hjl@gnu.org)
* config.guess: Import from master sources, rev 1.225. * config.sub: Import from master sources, rev 1.238. * MAINTAINERS: Updated notes on config.guess and config.sub.
This commit is contained in:
		| @@ -1,3 +1,10 @@ | |||||||
|  | 2002-01-16  H.J. Lu  (hjl@gnu.org) | ||||||
|  |  | ||||||
|  | 	* config.guess: Import from master sources, rev 1.225. | ||||||
|  | 	* config.sub: Import from master sources, rev 1.238. | ||||||
|  |  | ||||||
|  | 	* MAINTAINERS: Updated notes on config.guess and config.sub. | ||||||
|  |  | ||||||
| 2002-01-11  Steve Ellcey  <sje@cup.hp.com> | 2002-01-11  Steve Ellcey  <sje@cup.hp.com> | ||||||
|  |  | ||||||
| 	* configure.in (ia64*-*-hpux*): New target for IA64 HP-UX, | 	* configure.in (ia64*-*-hpux*): New target for IA64 HP-UX, | ||||||
|   | |||||||
| @@ -28,6 +28,9 @@ readline/support/config.sub; readline/support/config.guess | |||||||
| 	Changes need to be done in tandem with the official CONFIG | 	Changes need to be done in tandem with the official CONFIG | ||||||
| 	sources or submitted to the master file maintainer and brought | 	sources or submitted to the master file maintainer and brought | ||||||
| 	in via a merge. | 	in via a merge. | ||||||
|  | 	Please notify the following of any committed patches: | ||||||
|  | 		binutils@sources.redhat.com | ||||||
|  | 		gdb-patches@sources.redhat.com | ||||||
|  |  | ||||||
| dejagnu/ | dejagnu/ | ||||||
| 	Notify http://dejagnu.sourceforge.net/ of generic changes. | 	Notify http://dejagnu.sourceforge.net/ of generic changes. | ||||||
|   | |||||||
							
								
								
									
										14
									
								
								config.guess
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										14
									
								
								config.guess
									
									
									
									
										vendored
									
									
								
							| @@ -1,9 +1,9 @@ | |||||||
| #! /bin/sh | #! /bin/sh | ||||||
| # Attempt to guess a canonical system name. | # Attempt to guess a canonical system name. | ||||||
| #   Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001 | #   Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, | ||||||
| #   Free Software Foundation, Inc. | #   2000, 2001, 2002 Free Software Foundation, Inc. | ||||||
|  |  | ||||||
| timestamp='2001-12-13' | timestamp='2002-01-10' | ||||||
|  |  | ||||||
| # 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 | ||||||
| @@ -24,7 +24,7 @@ timestamp='2001-12-13' | |||||||
| # configuration script generated by Autoconf, you may include it under | # configuration script generated by Autoconf, you may include it under | ||||||
| # the same distribution terms that you use for the rest of that program. | # the same distribution terms that you use for the rest of that program. | ||||||
|  |  | ||||||
| # Originally written by Per Bothner <bothner@cygnus.com>. | # Originally written by Per Bothner <per@bothner.com>. | ||||||
| # Please send patches to <config-patches@gnu.org>.  Submit a context | # Please send patches to <config-patches@gnu.org>.  Submit a context | ||||||
| # diff and a properly formatted ChangeLog entry. | # diff and a properly formatted ChangeLog entry. | ||||||
| # | # | ||||||
| @@ -289,6 +289,9 @@ EOF | |||||||
|     *:[Aa]miga[Oo][Ss]:*:*) |     *:[Aa]miga[Oo][Ss]:*:*) | ||||||
| 	echo ${UNAME_MACHINE}-unknown-amigaos | 	echo ${UNAME_MACHINE}-unknown-amigaos | ||||||
| 	exit 0 ;; | 	exit 0 ;; | ||||||
|  |     *:[Mm]orph[Oo][Ss]:*:*) | ||||||
|  | 	echo ${UNAME_MACHINE}-unknown-morphos | ||||||
|  | 	exit 0 ;; | ||||||
|     *:OS/390:*:*) |     *:OS/390:*:*) | ||||||
| 	echo i370-ibm-openedition | 	echo i370-ibm-openedition | ||||||
| 	exit 0 ;; | 	exit 0 ;; | ||||||
| @@ -770,6 +773,9 @@ EOF | |||||||
|     mips:Linux:*:*) |     mips:Linux:*:*) | ||||||
| 	eval $set_cc_for_build | 	eval $set_cc_for_build | ||||||
| 	sed 's/^	//' << EOF >$dummy.c | 	sed 's/^	//' << EOF >$dummy.c | ||||||
|  | 	#undef CPU | ||||||
|  | 	#undef mips | ||||||
|  | 	#undef mipsel | ||||||
| 	#if defined(__MIPSEL__) || defined(__MIPSEL) || defined(_MIPSEL) || defined(MIPSEL)  | 	#if defined(__MIPSEL__) || defined(__MIPSEL) || defined(_MIPSEL) || defined(MIPSEL)  | ||||||
| 	CPU=mipsel  | 	CPU=mipsel  | ||||||
| 	#else | 	#else | ||||||
|   | |||||||
							
								
								
									
										16
									
								
								config.sub
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										16
									
								
								config.sub
									
									
									
									
										vendored
									
									
								
							| @@ -1,9 +1,9 @@ | |||||||
| #! /bin/sh | #! /bin/sh | ||||||
| # Configuration validation subroutine script. | # Configuration validation subroutine script. | ||||||
| #   Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001 | #   Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, | ||||||
| #   Free Software Foundation, Inc. | #   2000, 2001, 2002 Free Software Foundation, Inc. | ||||||
|  |  | ||||||
| timestamp='2001-12-10' | timestamp='2002-01-02' | ||||||
|  |  | ||||||
| # 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 | ||||||
| @@ -227,6 +227,7 @@ case $basic_machine in | |||||||
| 	1750a | 580 \ | 	1750a | 580 \ | ||||||
| 	| a29k \ | 	| a29k \ | ||||||
| 	| alpha | alphaev[4-8] | alphaev56 | alphaev6[78] | alphapca5[67] \ | 	| alpha | alphaev[4-8] | alphaev56 | alphaev6[78] | alphapca5[67] \ | ||||||
|  | 	| alpha64 | alpha64ev[4-8] | alpha64ev56 | alpha64ev6[78] | alpha64pca5[67] \ | ||||||
| 	| arc | arm | arm[bl]e | arme[lb] | armv[2345] | armv[345][lb] | avr \ | 	| arc | arm | arm[bl]e | arme[lb] | armv[2345] | armv[345][lb] | avr \ | ||||||
| 	| c4x | clipper \ | 	| c4x | clipper \ | ||||||
| 	| d10v | d30v | dsp16xx \ | 	| d10v | d30v | dsp16xx \ | ||||||
| @@ -278,7 +279,8 @@ case $basic_machine in | |||||||
| 	580-* \ | 	580-* \ | ||||||
| 	| a29k-* \ | 	| a29k-* \ | ||||||
| 	| alpha-* | alphaev[4-8]-* | alphaev56-* | alphaev6[78]-* \ | 	| alpha-* | alphaev[4-8]-* | alphaev56-* | alphaev6[78]-* \ | ||||||
| 	| alphapca5[67]-* | arc-* \ | 	| alpha64-* | alpha64ev[4-8]-* | alpha64ev56-* | alpha64ev6[78]-* \ | ||||||
|  | 	| alphapca5[67]-* | alpha64pca5[67]-* | arc-* \ | ||||||
| 	| arm-*  | armbe-* | armle-* | armv*-* \ | 	| arm-*  | armbe-* | armle-* | armv*-* \ | ||||||
| 	| avr-* \ | 	| avr-* \ | ||||||
| 	| bs2000-* \ | 	| bs2000-* \ | ||||||
| @@ -629,6 +631,10 @@ case $basic_machine in | |||||||
| 		basic_machine=m68k-rom68k | 		basic_machine=m68k-rom68k | ||||||
| 		os=-coff | 		os=-coff | ||||||
| 		;; | 		;; | ||||||
|  | 	morphos) | ||||||
|  | 		basic_machine=powerpc-unknown | ||||||
|  | 		os=-morphos | ||||||
|  | 		;; | ||||||
| 	msdos) | 	msdos) | ||||||
| 		basic_machine=i386-pc | 		basic_machine=i386-pc | ||||||
| 		os=-msdos | 		os=-msdos | ||||||
| @@ -1087,7 +1093,7 @@ case $os in | |||||||
| 	      | -interix* | -uwin* | -rhapsody* | -darwin* | -opened* \ | 	      | -interix* | -uwin* | -rhapsody* | -darwin* | -opened* \ | ||||||
| 	      | -openstep* | -oskit* | -conix* | -pw32* | -nonstopux* \ | 	      | -openstep* | -oskit* | -conix* | -pw32* | -nonstopux* \ | ||||||
| 	      | -storm-chaos* | -tops10* | -tenex* | -tops20* | -its* \ | 	      | -storm-chaos* | -tops10* | -tenex* | -tops20* | -its* \ | ||||||
| 	      | -os2* | -vos* | -palmos* | -uclinux* | -nucleus*) | 	      | -os2* | -vos* | -palmos* | -uclinux* | -nucleus* | -morphos*) | ||||||
| 	# Remember, each alternative MUST END IN *, to match a version number. | 	# Remember, each alternative MUST END IN *, to match a version number. | ||||||
| 		;; | 		;; | ||||||
| 	-qnx*) | 	-qnx*) | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user