summaryrefslogtreecommitdiff
path: root/config.guess
diff options
context:
space:
mode:
authorBen Elliston <bje@au.ibm.com>2008-03-12 23:45:14 +0000
committerBen Elliston <bje@au.ibm.com>2008-03-12 23:45:14 +0000
commit77cd5c44c7ee64ed8f55276e313bae2b9d6b4904 (patch)
tree4a8d50b3f3cb1dc37926b0e54c0eaa981c414788 /config.guess
parent93d3b71c16a46e68ea55d9811303024489af11cd (diff)
downloadbinutils-redhat-77cd5c44c7ee64ed8f55276e313bae2b9d6b4904.tar.gz
* config.sub, config.guess: Update from upstream sources.
Diffstat (limited to 'config.guess')
-rwxr-xr-xconfig.guess5
1 files changed, 4 insertions, 1 deletions
diff --git a/config.guess b/config.guess
index f32079abda..6603908c21 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 ;;