diff options
author | Ben Elliston <bje@gnu.org> | 2008-03-12 23:45:14 +0000 |
---|---|---|
committer | Ben Elliston <bje@gnu.org> | 2008-03-12 23:45:14 +0000 |
commit | 6fd221264f4678efa54f945ecf78ee3ea255fbe8 (patch) | |
tree | c647ddc2f7f5b3433ceaf3cce557d4fb054997a1 | |
parent | 0f7ac147bd6d1472cc0fff7c7e206abf34712e19 (diff) | |
download | newlib-6fd221264f4678efa54f945ecf78ee3ea255fbe8.zip newlib-6fd221264f4678efa54f945ecf78ee3ea255fbe8.tar.gz newlib-6fd221264f4678efa54f945ecf78ee3ea255fbe8.tar.bz2 |
* config.sub, config.guess: Update from upstream sources.
-rw-r--r-- | ChangeLog | 4 | ||||
-rwxr-xr-x | config.guess | 5 | ||||
-rwxr-xr-x | config.sub | 12 |
3 files changed, 16 insertions, 5 deletions
@@ -1,3 +1,7 @@ +2008-03-13 Ben Elliston <bje@au.ibm.com> + + * config.sub, config.guess: Update from upstream sources. + 2008-03-06 Florian Krohm <fkrohm@us.ibm.com> * s390-opc.c (INSTR_RSL_R0RD): Fix operands. diff --git a/config.guess b/config.guess index f32079a..6603908 100755 --- a/config.guess +++ b/config.guess @@ -4,7 +4,7 @@ # 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 # Free Software Foundation, Inc. -timestamp='2008-01-23' +timestamp='2008-03-12' # 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 @@ -1216,6 +1216,9 @@ EOF BePC:BeOS:*:*) # BeOS running on Intel PC compatible. echo i586-pc-beos exit ;; + BePC:Haiku:*:*) # Haiku running on Intel PC compatible. + echo i586-pc-haiku + exit ;; SX-4:SUPER-UX:*:*) echo sx4-nec-superux${UNAME_RELEASE} exit ;; @@ -4,7 +4,7 @@ # 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 # Free Software Foundation, Inc. -timestamp='2008-01-16' +timestamp='2008-03-08' # This file is (in principle) common to ALL GNU software. # The presence of a machine in this file suggests that SOME GNU software @@ -254,8 +254,10 @@ case $basic_machine in | mips | mipsbe | mipseb | mipsel | mipsle \ | mips16 \ | mips64 | mips64el \ - | mips64vr | mips64vrel \ + | mips64octeon | mips64octeonel \ | mips64orion | mips64orionel \ + | mips64r5900 | mips64r5900el \ + | mips64vr | mips64vrel \ | mips64vr4100 | mips64vr4100el \ | mips64vr4300 | mips64vr4300el \ | mips64vr5000 | mips64vr5000el \ @@ -335,8 +337,10 @@ case $basic_machine in | mips-* | mipsbe-* | mipseb-* | mipsel-* | mipsle-* \ | mips16-* \ | mips64-* | mips64el-* \ - | mips64vr-* | mips64vrel-* \ + | mips64octeon-* | mips64octeonel-* \ | mips64orion-* | mips64orionel-* \ + | mips64r5900-* | mips64r5900el-* \ + | mips64vr-* | mips64vrel-* \ | mips64vr4100-* | mips64vr4100el-* \ | mips64vr4300-* | mips64vr4300el-* \ | mips64vr5000-* | mips64vr5000el-* \ @@ -364,7 +368,7 @@ case $basic_machine in | sparclite-* \ | sparcv8-* | sparcv9-* | sparcv9b-* | sparcv9v-* | strongarm-* | sv1-* | sx?-* \ | tahoe-* | thumb-* \ - | tic30-* | tic4x-* | tic54x-* | tic55x-* | tic6x-* | tic80-* \ + | tic30-* | tic4x-* | tic54x-* | tic55x-* | tic6x-* | tic80-* | tile-* \ | tron-* \ | v850-* | v850e-* | vax-* \ | we32k-* \ |