* config.sub, config.guess: Update from upstream sources.
This commit is contained in:
		| @@ -1,3 +1,7 @@ | |||||||
|  | 2009-12-18  Ben Elliston  <bje@au.ibm.com> | ||||||
|  |  | ||||||
|  | 	* config.sub, config.guess: Update from upstream sources. | ||||||
|  |  | ||||||
| 2009-12-17  Jeff Johnston  <jjohnstn@redhat.com> | 2009-12-17  Jeff Johnston  <jjohnstn@redhat.com> | ||||||
|  |  | ||||||
| 	* COPYING.NEWLIB: Update copyright date. | 	* COPYING.NEWLIB: Update copyright date. | ||||||
|   | |||||||
							
								
								
									
										7
									
								
								config.guess
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										7
									
								
								config.guess
									
									
									
									
										vendored
									
									
								
							| @@ -4,7 +4,7 @@ | |||||||
| #   2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 | #   2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 | ||||||
| #   Free Software Foundation, Inc. | #   Free Software Foundation, Inc. | ||||||
|  |  | ||||||
| timestamp='2009-11-19' | timestamp='2009-12-13' | ||||||
|  |  | ||||||
| # 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 | ||||||
| @@ -57,7 +57,7 @@ GNU config.guess ($timestamp) | |||||||
|  |  | ||||||
| Originally written by Per Bothner. | Originally written by Per Bothner. | ||||||
| Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, | Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, | ||||||
| 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. | 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. | ||||||
|  |  | ||||||
| This is free software; see the source for copying conditions.  There is NO | This is free software; see the source for copying conditions.  There is NO | ||||||
| warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE." | warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE." | ||||||
| @@ -333,6 +333,9 @@ case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in | |||||||
|     sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*) |     sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*) | ||||||
| 	echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` | 	echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` | ||||||
| 	exit ;; | 	exit ;; | ||||||
|  |     i86pc:AuroraUX:5.*:* | i86xen:AuroraUX:5.*:*) | ||||||
|  | 	echo i386-pc-auroraux${UNAME_RELEASE} | ||||||
|  | 	exit ;; | ||||||
|     i86pc:SunOS:5.*:* | i86xen:SunOS:5.*:*) |     i86pc:SunOS:5.*:* | i86xen:SunOS:5.*:*) | ||||||
| 	eval $set_cc_for_build | 	eval $set_cc_for_build | ||||||
| 	SUN_ARCH="i386" | 	SUN_ARCH="i386" | ||||||
|   | |||||||
							
								
								
									
										11
									
								
								config.sub
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										11
									
								
								config.sub
									
									
									
									
										vendored
									
									
								
							| @@ -4,7 +4,7 @@ | |||||||
| #   2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 | #   2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 | ||||||
| #   Free Software Foundation, Inc. | #   Free Software Foundation, Inc. | ||||||
|  |  | ||||||
| timestamp='2009-11-07' | timestamp='2009-12-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 | ||||||
| @@ -76,7 +76,7 @@ version="\ | |||||||
| GNU config.sub ($timestamp) | GNU config.sub ($timestamp) | ||||||
|  |  | ||||||
| Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, | Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, | ||||||
| 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. | 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. | ||||||
|  |  | ||||||
| This is free software; see the source for copying conditions.  There is NO | This is free software; see the source for copying conditions.  There is NO | ||||||
| warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE." | warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE." | ||||||
| @@ -1256,6 +1256,9 @@ case $os in | |||||||
|         # First match some system type aliases |         # First match some system type aliases | ||||||
|         # that might get confused with valid system types. |         # that might get confused with valid system types. | ||||||
| 	# -solaris* is a basic system type, with this one exception. | 	# -solaris* is a basic system type, with this one exception. | ||||||
|  |         -auroraux) | ||||||
|  | 	        os=-auroraux | ||||||
|  | 		;; | ||||||
| 	-solaris1 | -solaris1.*) | 	-solaris1 | -solaris1.*) | ||||||
| 		os=`echo $os | sed -e 's|solaris1|sunos4|'` | 		os=`echo $os | sed -e 's|solaris1|sunos4|'` | ||||||
| 		;; | 		;; | ||||||
| @@ -1277,8 +1280,8 @@ case $os in | |||||||
| 	# -sysv* is not here because it comes later, after sysvr4. | 	# -sysv* is not here because it comes later, after sysvr4. | ||||||
| 	-gnu* | -bsd* | -mach* | -minix* | -genix* | -ultrix* | -irix* \ | 	-gnu* | -bsd* | -mach* | -minix* | -genix* | -ultrix* | -irix* \ | ||||||
| 	      | -*vms* | -sco* | -esix* | -isc* | -aix* | -cnk* | -sunos | -sunos[34]*\ | 	      | -*vms* | -sco* | -esix* | -isc* | -aix* | -cnk* | -sunos | -sunos[34]*\ | ||||||
| 	      | -hpux* | -unos* | -osf* | -luna* | -dgux* | -solaris* | -sym* \ | 	      | -hpux* | -unos* | -osf* | -luna* | -dgux* | -auroraux* | -solaris* \ | ||||||
| 	      | -kopensolaris* \ | 	      | -sym* | -kopensolaris* \ | ||||||
| 	      | -amigaos* | -amigados* | -msdos* | -newsos* | -unicos* | -aof* \ | 	      | -amigaos* | -amigados* | -msdos* | -newsos* | -unicos* | -aof* \ | ||||||
| 	      | -aos* | -aros* \ | 	      | -aos* | -aros* \ | ||||||
| 	      | -nindy* | -vxsim* | -vxworks* | -ebmon* | -hms* | -mvs* \ | 	      | -nindy* | -vxsim* | -vxworks* | -ebmon* | -hms* | -mvs* \ | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user