diff options
author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2009-06-23 22:52:13 +0200 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2009-06-23 22:52:13 +0200 |
commit | abfd68cbc3f079ad48d8b42b3b62b33d02d950fd (patch) | |
tree | 53fd08db77b8ed92e08a023d986fe00b7f6592fa /scripts/config.sub | |
parent | 4f48f57e86b78fd67bc1a226ffecbe61cfd42a72 (diff) | |
download | crosstool-ng-abfd68cbc3f079ad48d8b42b3b62b33d02d950fd.tar.gz crosstool-ng-abfd68cbc3f079ad48d8b42b3b62b33d02d950fd.tar.bz2 crosstool-ng-abfd68cbc3f079ad48d8b42b3b62b33d02d950fd.zip |
[tools] Update config.guess and config.sub
Update from upstream.
Diffstat (limited to 'scripts/config.sub')
-rwxr-xr-x | scripts/config.sub | 15 |
1 files changed, 11 insertions, 4 deletions
diff --git a/scripts/config.sub b/scripts/config.sub index a39437d0..eb0389a6 100755 --- a/scripts/config.sub +++ b/scripts/config.sub @@ -1,10 +1,10 @@ #! /bin/sh # Configuration validation subroutine script. # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, -# 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 +# 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 # Free Software Foundation, Inc. -timestamp='2009-04-17' +timestamp='2009-06-11' # This file is (in principle) common to ALL GNU software. # The presence of a machine in this file suggests that SOME GNU software @@ -153,6 +153,9 @@ case $os in os= basic_machine=$1 ;; + -bluegene*) + os=-cnk + ;; -sim | -cisco | -oki | -wec | -winbond) os= basic_machine=$1 @@ -467,6 +470,10 @@ case $basic_machine in basic_machine=bfin-`echo $basic_machine | sed 's/^[^-]*-//'` os=-linux ;; + bluegene*) + basic_machine=powerpc-ibm + os=-cnk + ;; c90) basic_machine=c90-cray os=-unicos @@ -1260,7 +1267,7 @@ case $os in # Each alternative MUST END IN A *, to match a version number. # -sysv* is not here because it comes later, after sysvr4. -gnu* | -bsd* | -mach* | -minix* | -genix* | -ultrix* | -irix* \ - | -*vms* | -sco* | -esix* | -isc* | -aix* | -sunos | -sunos[34]*\ + | -*vms* | -sco* | -esix* | -isc* | -aix* | -cnk* | -sunos | -sunos[34]*\ | -hpux* | -unos* | -osf* | -luna* | -dgux* | -solaris* | -sym* \ | -kopensolaris* \ | -amigaos* | -amigados* | -msdos* | -newsos* | -unicos* | -aof* \ @@ -1613,7 +1620,7 @@ case $basic_machine in -sunos*) vendor=sun ;; - -aix*) + -cnk*|-aix*) vendor=ibm ;; -beos*) |