diff options
author | Ben Elliston <bje@au.ibm.com> | 2006-05-14 00:51:19 +0000 |
---|---|---|
committer | Ben Elliston <bje@au.ibm.com> | 2006-05-14 00:51:19 +0000 |
commit | ea3d1626fe6c7a92e5f1a0ad6ae1ab0c5f0d5764 (patch) | |
tree | f4bc7524096b7a10d6321e7c6cf3170147daea11 /config.sub | |
parent | 7e68560d6b4996cc4ad729258abfac67a774829a (diff) | |
download | gdb-ea3d1626fe6c7a92e5f1a0ad6ae1ab0c5f0d5764.zip gdb-ea3d1626fe6c7a92e5f1a0ad6ae1ab0c5f0d5764.tar.gz gdb-ea3d1626fe6c7a92e5f1a0ad6ae1ab0c5f0d5764.tar.bz2 |
* config.sub, config.guess: Update from upstream sources.
Diffstat (limited to 'config.sub')
-rwxr-xr-x | config.sub | 11 |
1 files changed, 7 insertions, 4 deletions
@@ -4,7 +4,7 @@ # 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, # Inc. -timestamp='2006-05-12' +timestamp='2006-05-13' # This file is (in principle) common to ALL GNU software. # The presence of a machine in this file suggests that SOME GNU software @@ -1366,6 +1366,9 @@ else # system, and we'll never get to this point. case $basic_machine in + spu-*) + os=-elf + ;; *-acorn) os=-riscix1.2 ;; @@ -1375,9 +1378,9 @@ case $basic_machine in arm*-semi) os=-aout ;; - c4x-* | tic4x-*) - os=-coff - ;; + c4x-* | tic4x-*) + os=-coff + ;; # This must come before the *-dec entry. pdp10-*) os=-tops20 |