mirror of
git://git.savannah.gnu.org/config.git
synced 2025-06-09 16:00:22 +12:00
* config.sub: Handle tilegx-*.
* testsuite/config-sub.data: Add a test.
This commit is contained in:
parent
5e91a89e6f
commit
e69eddec0e
@ -1,3 +1,9 @@
|
|||||||
|
2010-01-22 Chris Metcalf <cmetcalf@tilera.com>
|
||||||
|
Ben Elliston <bje@gnu.org>
|
||||||
|
|
||||||
|
* config.sub: Handle tilegx-*.
|
||||||
|
* testsuite/config-sub.data: Add a test.
|
||||||
|
|
||||||
2009-12-31 David Barksdale <amatus@google.com>
|
2009-12-31 David Barksdale <amatus@google.com>
|
||||||
Ben Elliston <bje@gnu.org>
|
Ben Elliston <bje@gnu.org>
|
||||||
|
|
||||||
|
10
config.sub
vendored
10
config.sub
vendored
@ -4,7 +4,7 @@
|
|||||||
# 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010
|
# 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010
|
||||||
# Free Software Foundation, Inc.
|
# Free Software Foundation, Inc.
|
||||||
|
|
||||||
timestamp='2009-12-31'
|
timestamp='2010-01-22'
|
||||||
|
|
||||||
# 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
|
||||||
@ -381,7 +381,8 @@ case $basic_machine in
|
|||||||
| sparclite-* \
|
| sparclite-* \
|
||||||
| sparcv8-* | sparcv9-* | sparcv9b-* | sparcv9v-* | strongarm-* | sv1-* | sx?-* \
|
| sparcv8-* | sparcv9-* | sparcv9b-* | sparcv9v-* | strongarm-* | sv1-* | sx?-* \
|
||||||
| tahoe-* | thumb-* \
|
| tahoe-* | thumb-* \
|
||||||
| tic30-* | tic4x-* | tic54x-* | tic55x-* | tic6x-* | tic80-* | tile-* \
|
| tic30-* | tic4x-* | tic54x-* | tic55x-* | tic6x-* | tic80-* \
|
||||||
|
| tile-* | tilegx-* \
|
||||||
| tron-* \
|
| tron-* \
|
||||||
| ubicom32-* \
|
| ubicom32-* \
|
||||||
| v850-* | v850e-* | vax-* \
|
| v850-* | v850e-* | vax-* \
|
||||||
@ -1086,6 +1087,11 @@ case $basic_machine in
|
|||||||
basic_machine=tic6x-unknown
|
basic_machine=tic6x-unknown
|
||||||
os=-coff
|
os=-coff
|
||||||
;;
|
;;
|
||||||
|
# This must be matched before tile*.
|
||||||
|
tilegx*)
|
||||||
|
basic_machine=tilegx-unknown
|
||||||
|
os=-linux-gnu
|
||||||
|
;;
|
||||||
tile*)
|
tile*)
|
||||||
basic_machine=tile-unknown
|
basic_machine=tile-unknown
|
||||||
os=-linux-gnu
|
os=-linux-gnu
|
||||||
|
@ -122,6 +122,9 @@ tile tile-unknown-linux-gnu
|
|||||||
tile64 tile-unknown-linux-gnu
|
tile64 tile-unknown-linux-gnu
|
||||||
tile-linux tile-unknown-linux-gnu
|
tile-linux tile-unknown-linux-gnu
|
||||||
tile-tilera-linux tile-tilera-linux-gnu
|
tile-tilera-linux tile-tilera-linux-gnu
|
||||||
|
tilegx tilegx-unknown-linux-gnu
|
||||||
|
tilegx-linux tilegx-unknown-linux-gnu
|
||||||
|
tilegx-tilera-linux tilegx-tilera-linux-gnu
|
||||||
mips64r5900-elf mips64r5900-unknown-elf
|
mips64r5900-elf mips64r5900-unknown-elf
|
||||||
mips64r5900el-elf mips64r5900el-unknown-elf
|
mips64r5900el-elf mips64r5900el-unknown-elf
|
||||||
mips64r5900 mips64r5900-unknown-elf
|
mips64r5900 mips64r5900-unknown-elf
|
||||||
|
Loading…
x
Reference in New Issue
Block a user