summaryrefslogtreecommitdiffstats
path: root/config.guess
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-08-10 03:34:44 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-08-10 03:34:44 +0000
commit1ed7a0e85be95e672733e0cf5ca058881313ec9c (patch)
treead363723161b4f7ca7804d8d8f7395772ece3e88 /config.guess
parent0e015c0933e038e15c0eb07fe1e614b59d6482fb (diff)
downloadruby-1ed7a0e85be95e672733e0cf5ca058881313ec9c.tar.gz
ruby-1ed7a0e85be95e672733e0cf5ca058881313ec9c.tar.xz
ruby-1ed7a0e85be95e672733e0cf5ca058881313ec9c.zip
* config.guess ({powerpc-apple,i586-pc}-haiku): re-applied r18403.
[ruby-core:18110] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@18472 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'config.guess')
-rw-r--r--config.guess8
1 files changed, 7 insertions, 1 deletions
diff --git a/config.guess b/config.guess
index ca2a03ca4..5186e37f4 100644
--- 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-08'
+timestamp='2008-08-10'
# 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,12 @@ EOF
BePC:BeOS:*:*) # BeOS running on Intel PC compatible.
echo i586-pc-beos
exit ;;
+ BeMac:Haiku:*:*)
+ echo powerpc-apple-haiku
+ exit ;;
+ BePC:Haiku:*:*)
+ echo i586-pc-haiku
+ exit ;;
SX-4:SUPER-UX:*:*)
echo sx4-nec-superux${UNAME_RELEASE}
exit ;;