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

ruby-changes:17320

From: nobu <ko1@a...>
Date: Thu, 23 Sep 2010 23:09:03 +0900 (JST)
Subject: [ruby-changes:17320] Ruby:r29324 (trunk): * tool/config.sub: mingw64 should use x86_64.

nobu	2010-09-23 23:08:55 +0900 (Thu, 23 Sep 2010)

  New Revision: 29324

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

  Log:
    * tool/config.sub: mingw64 should use x86_64.  [ruby-core:32514]

  Modified files:
    trunk/ChangeLog
    trunk/tool/config.sub

Index: ChangeLog
===================================================================
--- ChangeLog	(revision 29323)
+++ ChangeLog	(revision 29324)
@@ -1,3 +1,7 @@
+Thu Sep 23 23:08:41 2010  Nobuyoshi Nakada  <nobu@r...>
+
+	* tool/config.sub: mingw64 should use x86_64.  [ruby-core:32514]
+
 Thu Sep 23 21:40:40 2010  wanabe  <s.wanabe@g...>
 
 	* ext/socket/raddrinfo.c (init_addrinfo, inspect_sockaddr): suppress
@@ -15,7 +19,7 @@
 	* win32/mkexports.rb (Exports::Mingw64): added.
 
 	* win32/mkexports.rb (Exports::Mingw32): renamed from Exports::Mingw.
-  
+
 Thu Sep 23 09:01:28 2010  Nobuyoshi Nakada  <nobu@r...>
 
 	* vm_insnhelper.c (vm_cref_push): no outer cref is needed for proc
Index: tool/config.sub
===================================================================
--- tool/config.sub	(revision 29323)
+++ tool/config.sub	(revision 29324)
@@ -4,7 +4,7 @@
 #   2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
 #   Free Software Foundation, Inc.
 
-timestamp='2009-04-17'
+timestamp='2010-09-23'
 
 # This file is (in principle) common to ALL GNU software.
 # The presence of a machine in this file suggests that SOME GNU software
@@ -724,7 +724,7 @@
 		os=-mingw32
 		;;
 	mingw64)
-		basic_machine=i386-pc
+		basic_machine=x86_64-pc
 		os=-mingw64
 		;;
 	mingw32ce)

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

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