scripts/config.sub
changeset 1418 339c8a5c9797
parent 1309 8f5a412ba2ac
child 1511 3cf40e1f1ba6
     1.1 --- a/scripts/config.sub	Mon Apr 27 17:05:49 2009 +0000
     1.2 +++ b/scripts/config.sub	Tue Jun 23 22:52:13 2009 +0200
     1.3 @@ -1,10 +1,10 @@
     1.4  #! /bin/sh
     1.5  # Configuration validation subroutine script.
     1.6  #   Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
     1.7 -#   2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
     1.8 +#   2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009
     1.9  #   Free Software Foundation, Inc.
    1.10  
    1.11 -timestamp='2009-04-17'
    1.12 +timestamp='2009-06-11'
    1.13  
    1.14  # This file is (in principle) common to ALL GNU software.
    1.15  # The presence of a machine in this file suggests that SOME GNU software
    1.16 @@ -153,6 +153,9 @@
    1.17  		os=
    1.18  		basic_machine=$1
    1.19  		;;
    1.20 +        -bluegene*)
    1.21 +	        os=-cnk
    1.22 +		;;
    1.23  	-sim | -cisco | -oki | -wec | -winbond)
    1.24  		os=
    1.25  		basic_machine=$1
    1.26 @@ -467,6 +470,10 @@
    1.27  		basic_machine=bfin-`echo $basic_machine | sed 's/^[^-]*-//'`
    1.28  		os=-linux
    1.29  		;;
    1.30 +	bluegene*)
    1.31 +		basic_machine=powerpc-ibm
    1.32 +		os=-cnk
    1.33 +		;;
    1.34  	c90)
    1.35  		basic_machine=c90-cray
    1.36  		os=-unicos
    1.37 @@ -1260,7 +1267,7 @@
    1.38  	# Each alternative MUST END IN A *, to match a version number.
    1.39  	# -sysv* is not here because it comes later, after sysvr4.
    1.40  	-gnu* | -bsd* | -mach* | -minix* | -genix* | -ultrix* | -irix* \
    1.41 -	      | -*vms* | -sco* | -esix* | -isc* | -aix* | -sunos | -sunos[34]*\
    1.42 +	      | -*vms* | -sco* | -esix* | -isc* | -aix* | -cnk* | -sunos | -sunos[34]*\
    1.43  	      | -hpux* | -unos* | -osf* | -luna* | -dgux* | -solaris* | -sym* \
    1.44  	      | -kopensolaris* \
    1.45  	      | -amigaos* | -amigados* | -msdos* | -newsos* | -unicos* | -aof* \
    1.46 @@ -1613,7 +1620,7 @@
    1.47  			-sunos*)
    1.48  				vendor=sun
    1.49  				;;
    1.50 -			-aix*)
    1.51 +			-cnk*|-aix*)
    1.52  				vendor=ibm
    1.53  				;;
    1.54  			-beos*)