* config.guess ({powerpc-apple,i586-pc}-haiku): re-applied r18403.

[ruby-core:18110]


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18472 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2008-08-10 03:34:44 +00:00
Родитель 2be9ae2f13
Коммит aa9457762f
2 изменённых файлов: 11 добавлений и 2 удалений

Просмотреть файл

@ -1,4 +1,7 @@
Sun Aug 10 12:29:18 2008 Nobuyoshi Nakada <nobu@ruby-lang.org>
Sun Aug 10 12:34:41 2008 Nobuyoshi Nakada <nobu@ruby-lang.org>
* config.guess ({powerpc-apple,i586-pc}-haiku): re-applied r18403.
[ruby-core:18110]
* config.{guess,sub}: updated to automake-1.10.1.

8
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 ;;