|
|
|
@ -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, 2009 |
|
|
|
# 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 |
|
|
|
# Free Software Foundation, Inc. |
|
|
|
|
|
|
|
timestamp='2009-12-13' |
|
|
|
timestamp='2010-03-22' |
|
|
|
|
|
|
|
# This file is (in principle) common to ALL GNU software. |
|
|
|
# The presence of a machine in this file suggests that SOME GNU software |
|
|
|
@ -75,8 +75,9 @@ Report bugs and patches to <config-patches@gnu.org>." |
|
|
|
version="\ |
|
|
|
GNU config.sub ($timestamp) |
|
|
|
|
|
|
|
Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, |
|
|
|
2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. |
|
|
|
Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, |
|
|
|
2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free |
|
|
|
Software Foundation, Inc. |
|
|
|
|
|
|
|
This is free software; see the source for copying conditions. There is NO |
|
|
|
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE." |
|
|
|
@ -294,7 +295,7 @@ case $basic_machine in |
|
|
|
| sparc | sparc64 | sparc64b | sparc64v | sparc86x | sparclet | sparclite \ |
|
|
|
| sparcv8 | sparcv9 | sparcv9b | sparcv9v \ |
|
|
|
| spu | strongarm \ |
|
|
|
| tahoe | thumb | tic4x | tic80 | tron \ |
|
|
|
| tahoe | thumb | tic4x | tic54x | tic55x | tic6x | tic80 | tron \ |
|
|
|
| ubicom32 \ |
|
|
|
| v850 | v850e \ |
|
|
|
| we32k \ |
|
|
|
@ -302,6 +303,15 @@ case $basic_machine in |
|
|
|
| z8k | z80) |
|
|
|
basic_machine=$basic_machine-unknown |
|
|
|
;; |
|
|
|
c54x) |
|
|
|
basic_machine=tic54x-unknown |
|
|
|
;; |
|
|
|
c55x) |
|
|
|
basic_machine=tic55x-unknown |
|
|
|
;; |
|
|
|
c6x) |
|
|
|
basic_machine=tic6x-unknown |
|
|
|
;; |
|
|
|
m6811 | m68hc11 | m6812 | m68hc12 | picochip) |
|
|
|
# Motorola 68HC11/12. |
|
|
|
basic_machine=$basic_machine-unknown |
|
|
|
@ -333,7 +343,7 @@ case $basic_machine in |
|
|
|
| arm-* | armbe-* | armle-* | armeb-* | armv*-* \ |
|
|
|
| avr-* | avr32-* \ |
|
|
|
| bfin-* | bs2000-* \ |
|
|
|
| c[123]* | c30-* | [cjt]90-* | c4x-* | c54x-* | c55x-* | c6x-* \ |
|
|
|
| c[123]* | c30-* | [cjt]90-* | c4x-* \ |
|
|
|
| clipper-* | craynv-* | cydra-* \ |
|
|
|
| d10v-* | d30v-* | dlx-* \ |
|
|
|
| elxsi-* \ |
|
|
|
@ -380,7 +390,8 @@ case $basic_machine in |
|
|
|
| sparclite-* \ |
|
|
|
| sparcv8-* | sparcv9-* | sparcv9b-* | sparcv9v-* | strongarm-* | sv1-* | sx?-* \ |
|
|
|
| tahoe-* | thumb-* \ |
|
|
|
| tic30-* | tic4x-* | tic54x-* | tic55x-* | tic6x-* | tic80-* | tile-* \ |
|
|
|
| tic30-* | tic4x-* | tic54x-* | tic55x-* | tic6x-* | tic80-* \ |
|
|
|
| tile-* | tilegx-* \ |
|
|
|
| tron-* \ |
|
|
|
| ubicom32-* \ |
|
|
|
| v850-* | v850e-* | vax-* \ |
|
|
|
@ -480,6 +491,15 @@ case $basic_machine in |
|
|
|
basic_machine=powerpc-ibm |
|
|
|
os=-cnk |
|
|
|
;; |
|
|
|
c54x-*) |
|
|
|
basic_machine=tic54x-`echo $basic_machine | sed 's/^[^-]*-//'` |
|
|
|
;; |
|
|
|
c55x-*) |
|
|
|
basic_machine=tic55x-`echo $basic_machine | sed 's/^[^-]*-//'` |
|
|
|
;; |
|
|
|
c6x-*) |
|
|
|
basic_machine=tic6x-`echo $basic_machine | sed 's/^[^-]*-//'` |
|
|
|
;; |
|
|
|
c90) |
|
|
|
basic_machine=c90-cray |
|
|
|
os=-unicos |
|
|
|
@ -1073,17 +1093,10 @@ case $basic_machine in |
|
|
|
basic_machine=t90-cray |
|
|
|
os=-unicos |
|
|
|
;; |
|
|
|
tic54x | c54x*) |
|
|
|
basic_machine=tic54x-unknown |
|
|
|
os=-coff |
|
|
|
;; |
|
|
|
tic55x | c55x*) |
|
|
|
basic_machine=tic55x-unknown |
|
|
|
os=-coff |
|
|
|
;; |
|
|
|
tic6x | c6x*) |
|
|
|
basic_machine=tic6x-unknown |
|
|
|
os=-coff |
|
|
|
# This must be matched before tile*. |
|
|
|
tilegx*) |
|
|
|
basic_machine=tilegx-unknown |
|
|
|
os=-linux-gnu |
|
|
|
;; |
|
|
|
tile*) |
|
|
|
basic_machine=tile-unknown |
|
|
|
@ -1435,6 +1448,8 @@ case $os in |
|
|
|
-dicos*) |
|
|
|
os=-dicos |
|
|
|
;; |
|
|
|
-nacl*) |
|
|
|
;; |
|
|
|
-none) |
|
|
|
;; |
|
|
|
*) |
|
|
|
@ -1475,6 +1490,15 @@ case $basic_machine in |
|
|
|
c4x-* | tic4x-*) |
|
|
|
os=-coff |
|
|
|
;; |
|
|
|
tic54x-*) |
|
|
|
os=-coff |
|
|
|
;; |
|
|
|
tic55x-*) |
|
|
|
os=-coff |
|
|
|
;; |
|
|
|
tic6x-*) |
|
|
|
os=-coff |
|
|
|
;; |
|
|
|
# This must come before the *-dec entry. |
|
|
|
pdp10-*) |
|
|
|
os=-tops20 |
|
|
|
|