mirror of
git://git.savannah.gnu.org/config.git
synced 2025-05-29 02:26:36 +12:00
* 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:
parent
d93faf785e
commit
7c30fb5e03
@ -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>
|
2006-05-13 Bruno Haible <bruno@clisp.org>
|
||||||
|
|
||||||
* config.guess: Change support for Sun C/C++ 5.9 on Linux/x86 to
|
* config.guess: Change support for Sun C/C++ 5.9 on Linux/x86 to
|
||||||
|
11
config.sub
vendored
11
config.sub
vendored
@ -4,7 +4,7 @@
|
|||||||
# 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation,
|
# 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation,
|
||||||
# Inc.
|
# Inc.
|
||||||
|
|
||||||
timestamp='2006-05-12'
|
timestamp='2006-05-13'
|
||||||
|
|
||||||
# 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
|
||||||
@ -1366,6 +1366,9 @@ else
|
|||||||
# system, and we'll never get to this point.
|
# system, and we'll never get to this point.
|
||||||
|
|
||||||
case $basic_machine in
|
case $basic_machine in
|
||||||
|
spu-*)
|
||||||
|
os=-elf
|
||||||
|
;;
|
||||||
*-acorn)
|
*-acorn)
|
||||||
os=-riscix1.2
|
os=-riscix1.2
|
||||||
;;
|
;;
|
||||||
@ -1375,9 +1378,9 @@ case $basic_machine in
|
|||||||
arm*-semi)
|
arm*-semi)
|
||||||
os=-aout
|
os=-aout
|
||||||
;;
|
;;
|
||||||
c4x-* | tic4x-*)
|
c4x-* | tic4x-*)
|
||||||
os=-coff
|
os=-coff
|
||||||
;;
|
;;
|
||||||
# This must come before the *-dec entry.
|
# This must come before the *-dec entry.
|
||||||
pdp10-*)
|
pdp10-*)
|
||||||
os=-tops20
|
os=-tops20
|
||||||
|
@ -91,5 +91,6 @@ sparcv9v-elf sparcv9v-unknown-elf
|
|||||||
sparc64v-elf sparc64v-unknown-elf
|
sparc64v-elf sparc64v-unknown-elf
|
||||||
sparcv9v-solaris2.9 sparcv9v-unknown-solaris2.9
|
sparcv9v-solaris2.9 sparcv9v-unknown-solaris2.9
|
||||||
sparc64v-solaris2.9 sparc64v-unknown-solaris2.9
|
sparc64v-solaris2.9 sparc64v-unknown-solaris2.9
|
||||||
spu spu-unknown-none
|
spu spu-unknown-elf
|
||||||
spu-elf spu-unknown-elf
|
spu-elf spu-unknown-elf
|
||||||
|
spu-linux spu-unknown-linux-gnu
|
||||||
|
Loading…
x
Reference in New Issue
Block a user