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 | 9c9d0fbd12eea6f116fb1d8bd09a1a03e6b8168b (patch) | |
tree | 0d9a4f7ec61287bd1945fc9bfec8789fbc8a5033 /config.sub | |
parent | 17c8885b09d597bd95c913179d8397a6f3075ed2 (diff) | |
download | gdb-9c9d0fbd12eea6f116fb1d8bd09a1a03e6b8168b.tar.gz |
* 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
diff --git a/config.sub b/config.sub index 710f34846ac..4d936e23942 100755 --- a/config.sub +++ b/config.sub @@ -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 |