aboutsummaryrefslogtreecommitdiffhomepage
path: root/config.guess
diff options
context:
space:
mode:
authorGravatar Simon Marlow <marlowsd@gmail.com>2009-12-21 11:05:54 +0000
committerGravatar Simon Marlow <marlowsd@gmail.com>2009-12-21 11:05:54 +0000
commitb0a5151c26e038e60a5d7c96f8eb86d7c80d2917 (patch)
treea881ec5029c7f389871ec815d2fbf92438de2c45 /config.guess
parentbe3f3a07e92f19d3507dcc48ab68b0320919b8e6 (diff)
Add Haiku (#3727)
Diffstat (limited to 'config.guess')
-rw-r--r--config.guess3
1 files changed, 3 insertions, 0 deletions
diff --git a/config.guess b/config.guess
index 396482d..8449b51 100644
--- a/config.guess
+++ b/config.guess
@@ -1199,6 +1199,9 @@ EOF
BePC:BeOS:*:*) # BeOS running on Intel PC compatible.
echo i586-pc-beos
exit ;;
+ BePC:Haiku:*:*) # BeOS running on Intel PC compatible.
+ echo i586-pc-haiku
+ exit ;;
SX-4:SUPER-UX:*:*)
echo sx4-nec-superux${UNAME_RELEASE}
exit ;;