[前][次][番号順一覧][スレッド一覧]

ruby-changes:6954

From: nobu <ko1@a...>
Date: Sun, 10 Aug 2008 12:35:01 +0900 (JST)
Subject: [ruby-changes:6954] Ruby:r18472 (trunk): * config.guess ({powerpc-apple,i586-pc}-haiku): re-applied r18403.

nobu	2008-08-10 12:34:44 +0900 (Sun, 10 Aug 2008)

  New Revision: 18472

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=18472

  Log:
    * config.guess ({powerpc-apple,i586-pc}-haiku): re-applied r18403.
      [ruby-core:18110]

  Modified files:
    trunk/ChangeLog
    trunk/config.guess

Index: ChangeLog
===================================================================
--- ChangeLog	(revision 18471)
+++ ChangeLog	(revision 18472)
@@ -1,5 +1,8 @@
-Sun Aug 10 12:29:18 2008  Nobuyoshi Nakada  <nobu@r...>
+Sun Aug 10 12:34:41 2008  Nobuyoshi Nakada  <nobu@r...>
 
+	* config.guess ({powerpc-apple,i586-pc}-haiku): re-applied r18403.
+	  [ruby-core:18110]
+
 	* config.{guess,sub}: updated to automake-1.10.1.
 
 Sun Aug 10 11:45:15 2008  Nobuyoshi Nakada  <nobu@r...>
Index: config.guess
===================================================================
--- config.guess	(revision 18471)
+++ config.guess	(revision 18472)
@@ -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 @@
     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 ;;

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]