diff options
author | Ben Elliston <bje@au.ibm.com> | 2008-03-12 23:45:14 +0000 |
---|---|---|
committer | Ben Elliston <bje@au.ibm.com> | 2008-03-12 23:45:14 +0000 |
commit | a1f93a5e571eeb256ad079909cd23301d8691c28 (patch) | |
tree | 0308581f53fe12a18a0dda44a4f95b43b13fca20 /config.guess | |
parent | 707cd11562a7533dd4d8d8effaa84aa01b02980c (diff) | |
download | gdb-a1f93a5e571eeb256ad079909cd23301d8691c28.zip gdb-a1f93a5e571eeb256ad079909cd23301d8691c28.tar.gz gdb-a1f93a5e571eeb256ad079909cd23301d8691c28.tar.bz2 |
* config.sub, config.guess: Update from upstream sources.
Diffstat (limited to 'config.guess')
-rwxr-xr-x | config.guess | 5 |
1 files changed, 4 insertions, 1 deletions
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 ;; |