From 372e55957e9e6c8b7491dc8bd1ffe4853927f086 Mon Sep 17 00:00:00 2001 From: Ben Elliston Date: Sun, 14 May 2006 00:51:19 +0000 Subject: * config.sub, config.guess: Update from upstream sources. --- config.sub | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'config.sub') diff --git a/config.sub b/config.sub index 710f34846..4d936e239 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 -- cgit v1.2.3