* config.sub: Specify -elf as the default OS for spu.

(c4x-* | tic4x-*): Tidy formatting.
	* testsuite/config-sub.data: Update tests.
This commit is contained in:
Ben Elliston 2006-05-13 11:53:25 +00:00
parent d93faf785e
commit 7c30fb5e03
3 changed files with 15 additions and 5 deletions

View File

@ -1,3 +1,9 @@
2006-05-13 Ben Elliston <bje@gnu.org>
* config.sub: Specify -elf as the default OS for spu.
(c4x-* | tic4x-*): Tidy formatting.
* testsuite/config-sub.data: Update tests.
2006-05-13 Bruno Haible <bruno@clisp.org>
* config.guess: Change support for Sun C/C++ 5.9 on Linux/x86 to

11
config.sub vendored
View File

@ -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

View File

@ -91,5 +91,6 @@ sparcv9v-elf sparcv9v-unknown-elf
sparc64v-elf sparc64v-unknown-elf
sparcv9v-solaris2.9 sparcv9v-unknown-solaris2.9
sparc64v-solaris2.9 sparc64v-unknown-solaris2.9
spu spu-unknown-none
spu spu-unknown-elf
spu-elf spu-unknown-elf
spu-linux spu-unknown-linux-gnu