Line 2... |
Line 2... |
# Configuration validation subroutine script.
|
# Configuration validation subroutine script.
|
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
|
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
|
# 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010,
|
# 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010,
|
# 2011 Free Software Foundation, Inc.
|
# 2011 Free Software Foundation, Inc.
|
|
|
timestamp='2011-03-23'
|
timestamp='2011-06-03'
|
|
|
# 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
|
# can handle that machine. It does not imply ALL GNU software can.
|
# can handle that machine. It does not imply ALL GNU software can.
|
#
|
#
|
Line 298... |
Line 298... |
| sparc | sparc64 | sparc64b | sparc64v | sparc86x | sparclet | sparclite \
|
| sparc | sparc64 | sparc64b | sparc64v | sparc86x | sparclet | sparclite \
|
| sparcv8 | sparcv9 | sparcv9b | sparcv9v \
|
| sparcv8 | sparcv9 | sparcv9b | sparcv9v \
|
| spu \
|
| spu \
|
| tahoe | tic4x | tic54x | tic55x | tic6x | tic80 | tron \
|
| tahoe | tic4x | tic54x | tic55x | tic6x | tic80 | tron \
|
| ubicom32 \
|
| ubicom32 \
|
| v850 | v850e \
|
| v850 | v850e | v850e1 | v850e2 | v850es | v850e2v3 \
|
| we32k \
|
| we32k \
|
| x86 | xc16x | xstormy16 | xtensa \
|
| x86 | xc16x | xstormy16 | xtensa \
|
| z8k | z80)
|
| z8k | z80)
|
basic_machine=$basic_machine-unknown
|
basic_machine=$basic_machine-unknown
|
;;
|
;;
|
Line 406... |
Line 406... |
| sparc-* | sparc64-* | sparc64b-* | sparc64v-* | sparc86x-* | sparclet-* \
|
| sparc-* | sparc64-* | sparc64b-* | sparc64v-* | sparc86x-* | sparclet-* \
|
| sparclite-* \
|
| sparclite-* \
|
| sparcv8-* | sparcv9-* | sparcv9b-* | sparcv9v-* | sv1-* | sx?-* \
|
| sparcv8-* | sparcv9-* | sparcv9b-* | sparcv9v-* | sv1-* | sx?-* \
|
| tahoe-* \
|
| tahoe-* \
|
| tic30-* | tic4x-* | tic54x-* | tic55x-* | tic6x-* | tic80-* \
|
| tic30-* | tic4x-* | tic54x-* | tic55x-* | tic6x-* | tic80-* \
|
| tile-* | tilegx-* \
|
| tile*-* \
|
| tron-* \
|
| tron-* \
|
| ubicom32-* \
|
| ubicom32-* \
|
| v850-* | v850e-* | vax-* \
|
| v850-* | v850e-* | v850e1-* | v850es-* | v850e2-* | v850e2v3-* \
|
|
| vax-* \
|
| we32k-* \
|
| we32k-* \
|
| x86-* | x86_64-* | xc16x-* | xps100-* \
|
| x86-* | x86_64-* | xc16x-* | xps100-* \
|
| xstormy16-* | xtensa*-* \
|
| xstormy16-* | xtensa*-* \
|
| ymp-* \
|
| ymp-* \
|
| z8k-* | z80-*)
|
| z8k-* | z80-*)
|
Line 1118... |
Line 1119... |
;;
|
;;
|
t90)
|
t90)
|
basic_machine=t90-cray
|
basic_machine=t90-cray
|
os=-unicos
|
os=-unicos
|
;;
|
;;
|
# This must be matched before tile*.
|
|
tilegx*)
|
|
basic_machine=tilegx-unknown
|
|
os=-linux-gnu
|
|
;;
|
|
tile*)
|
tile*)
|
basic_machine=tile-unknown
|
basic_machine=$basic_machine-unknown
|
os=-linux-gnu
|
os=-linux-gnu
|
;;
|
;;
|
tx39)
|
tx39)
|
basic_machine=mipstx39-unknown
|
basic_machine=mipstx39-unknown
|
;;
|
;;
|