scripts/config.sub
changeset 3304 cdfeee4fbcfe
parent 3260 f43e37c7c047
     1.1 --- a/scripts/config.sub	Tue Dec 31 13:02:57 2013 +0100
     1.2 +++ b/scripts/config.sub	Fri Feb 21 23:28:12 2014 -0800
     1.3 @@ -1,8 +1,8 @@
     1.4  #! /bin/sh
     1.5  # Configuration validation subroutine script.
     1.6 -#   Copyright 1992-2013 Free Software Foundation, Inc.
     1.7 +#   Copyright 1992-2014 Free Software Foundation, Inc.
     1.8  
     1.9 -timestamp='2013-10-01'
    1.10 +timestamp='2014-05-01'
    1.11  
    1.12  # This file is free software; you can redistribute it and/or modify it
    1.13  # under the terms of the GNU General Public License as published by
    1.14 @@ -68,7 +68,7 @@
    1.15  version="\
    1.16  GNU config.sub ($timestamp)
    1.17  
    1.18 -Copyright 1992-2013 Free Software Foundation, Inc.
    1.19 +Copyright 1992-2014 Free Software Foundation, Inc.
    1.20  
    1.21  This is free software; see the source for copying conditions.  There is NO
    1.22  warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE."
    1.23 @@ -283,8 +283,10 @@
    1.24  	| mips64vr5900 | mips64vr5900el \
    1.25  	| mipsisa32 | mipsisa32el \
    1.26  	| mipsisa32r2 | mipsisa32r2el \
    1.27 +	| mipsisa32r6 | mipsisa32r6el \
    1.28  	| mipsisa64 | mipsisa64el \
    1.29  	| mipsisa64r2 | mipsisa64r2el \
    1.30 +	| mipsisa64r6 | mipsisa64r6el \
    1.31  	| mipsisa64sb1 | mipsisa64sb1el \
    1.32  	| mipsisa64sr71k | mipsisa64sr71kel \
    1.33  	| mipsr5900 | mipsr5900el \
    1.34 @@ -296,8 +298,7 @@
    1.35  	| nds32 | nds32le | nds32be \
    1.36  	| nios | nios2 | nios2eb | nios2el \
    1.37  	| ns16k | ns32k \
    1.38 -	| open8 \
    1.39 -	| or1k | or32 \
    1.40 +	| open8 | or1k | or1knd | or32 \
    1.41  	| pdp10 | pdp11 | pj | pjl \
    1.42  	| powerpc | powerpc64 | powerpc64le | powerpcle \
    1.43  	| pyramid \
    1.44 @@ -402,8 +403,10 @@
    1.45  	| mips64vr5900-* | mips64vr5900el-* \
    1.46  	| mipsisa32-* | mipsisa32el-* \
    1.47  	| mipsisa32r2-* | mipsisa32r2el-* \
    1.48 +	| mipsisa32r6-* | mipsisa32r6el-* \
    1.49  	| mipsisa64-* | mipsisa64el-* \
    1.50  	| mipsisa64r2-* | mipsisa64r2el-* \
    1.51 +	| mipsisa64r6-* | mipsisa64r6el-* \
    1.52  	| mipsisa64sb1-* | mipsisa64sb1el-* \
    1.53  	| mipsisa64sr71k-* | mipsisa64sr71kel-* \
    1.54  	| mipsr5900-* | mipsr5900el-* \
    1.55 @@ -415,6 +418,7 @@
    1.56  	| nios-* | nios2-* | nios2eb-* | nios2el-* \
    1.57  	| none-* | np1-* | ns16k-* | ns32k-* \
    1.58  	| open8-* \
    1.59 +	| or1k*-* \
    1.60  	| orion-* \
    1.61  	| pdp10-* | pdp11-* | pj-* | pjl-* | pn-* | power-* \
    1.62  	| powerpc-* | powerpc64-* | powerpc64le-* | powerpcle-* \
    1.63 @@ -1376,7 +1380,7 @@
    1.64  	      | -os2* | -vos* | -palmos* | -uclinux* | -nucleus* \
    1.65  	      | -morphos* | -superux* | -rtmk* | -rtmk-nova* | -windiss* \
    1.66  	      | -powermax* | -dnix* | -nx6 | -nx7 | -sei* | -dragonfly* \
    1.67 -	      | -skyos* | -haiku* | -rdos* | -toppers* | -drops* | -es*)
    1.68 +	      | -skyos* | -haiku* | -rdos* | -toppers* | -drops* | -es* | -tirtos*)
    1.69  	# Remember, each alternative MUST END IN *, to match a version number.
    1.70  		;;
    1.71  	-qnx*)
    1.72 @@ -1594,9 +1598,6 @@
    1.73  	mips*-*)
    1.74  		os=-elf
    1.75  		;;
    1.76 -	or1k-*)
    1.77 -		os=-elf
    1.78 -		;;
    1.79  	or32-*)
    1.80  		os=-coff
    1.81  		;;