mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* config.guess: add powerpc-apple-haiku, i586-pc-haiku.
see [ruby-core:18110] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18403 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
48e21d2051
commit
16ea66221c
2 changed files with 11 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
Thu Aug 7 06:05:48 2008 NARUSE, Yui <naruse@ruby-lang.org>
|
||||
|
||||
* config.guess: add powerpc-apple-haiku, i586-pc-haiku.
|
||||
see [ruby-core:18110]
|
||||
|
||||
Thu Aug 7 05:51:05 2008 NARUSE, Yui <naruse@ruby-lang.org>
|
||||
|
||||
* eval_intern.h: Add support to Haiku. see [ruby-core:18110]
|
||||
|
|
6
config.guess
vendored
6
config.guess
vendored
|
@ -1180,6 +1180,12 @@ EOF
|
|||
BePC:BeOS:*:*) # BeOS running on Intel PC compatible.
|
||||
echo i586-pc-beos
|
||||
exit 0 ;;
|
||||
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 0 ;;
|
||||
|
|
Loading…
Add table
Reference in a new issue