This commit was manufactured by cvs2svn to create branch 'gdb_6_5-branch'.
Sprout from nickrob-async-20060513-branch 2006-05-12 01:45:11 UTC cvs2svn 'This commit was manufactured by cvs2svn to create branch 'nickrob-' Cherrypick from master 2006-05-14 00:51:19 UTC Ben Elliston <bje@gnu.org> ' * config.sub, config.guess: Update from upstream sources.': ChangeLog config.guess config.sub
This commit is contained in:
parent
d1a20c2947
commit
a41ff81fd6
|
@ -1,3 +1,7 @@
|
||||||
|
2006-05-14 Ben Elliston <bje@au.ibm.com>
|
||||||
|
|
||||||
|
* config.sub, config.guess: Update from upstream sources.
|
||||||
|
|
||||||
2006-05-12 Ben Elliston <bje@au.ibm.com>
|
2006-05-12 Ben Elliston <bje@au.ibm.com>
|
||||||
|
|
||||||
* config.sub, config.guess: Update from upstream sources.
|
* config.sub, config.guess: Update from upstream sources.
|
||||||
|
|
|
@ -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-04-26'
|
timestamp='2006-05-13'
|
||||||
|
|
||||||
# This file is free software; you can redistribute it and/or modify it
|
# This file is free software; you can redistribute it and/or modify it
|
||||||
# under the terms of the GNU General Public License as published by
|
# under the terms of the GNU General Public License as published by
|
||||||
|
@ -989,7 +989,7 @@ EOF
|
||||||
LIBC=gnulibc1
|
LIBC=gnulibc1
|
||||||
# endif
|
# endif
|
||||||
#else
|
#else
|
||||||
#if defined(__INTEL_COMPILER) || defined(__PGI) || defined(__sun)
|
#if defined(__INTEL_COMPILER) || defined(__PGI) || defined(__SUNPRO_C) || defined(__SUNPRO_CC)
|
||||||
LIBC=gnu
|
LIBC=gnu
|
||||||
#else
|
#else
|
||||||
LIBC=gnuaout
|
LIBC=gnuaout
|
||||||
|
|
|
@ -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
|
||||||
;;
|
;;
|
||||||
|
|
Loading…
Reference in New Issue