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

ruby-changes:17349

From: nobu <ko1@a...>
Date: Tue, 28 Sep 2010 20:51:04 +0900 (JST)
Subject: [ruby-changes:17349] Ruby:r29354 (trunk): * tool/config.sub (x64): regularize same as mswin.

nobu	2010-09-28 20:50:29 +0900 (Tue, 28 Sep 2010)

  New Revision: 29354

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

  Log:
    * tool/config.sub (x64): regularize same as mswin.

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

Index: ChangeLog
===================================================================
--- ChangeLog	(revision 29353)
+++ ChangeLog	(revision 29354)
@@ -1,3 +1,7 @@
+Tue Sep 28 20:50:23 2010  Nobuyoshi Nakada  <nobu@r...>
+
+	* tool/config.sub (x64): regularize same as mswin.
+
 Tue Sep 28 20:06:14 2010  NAKAMURA Usaku  <usa@r...>
 
 	* vm_dump.c (rb_vm_bugreport): add windows support.
Index: tool/config.sub
===================================================================
--- tool/config.sub	(revision 29353)
+++ tool/config.sub	(revision 29354)
@@ -4,7 +4,7 @@
 #   2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009
 #   Free Software Foundation, Inc.
 
-timestamp='2010-09-26'
+timestamp='2010-09-28'
 
 # This file is (in principle) common to ALL GNU software.
 # The presence of a machine in this file suggests that SOME GNU software
@@ -319,7 +319,7 @@
 	i*86 | x86_64)
 	  basic_machine=$basic_machine-pc
 	  ;;
-	i?86-w64)
+	i?86-w64 | x86_64-w64)
 	  basic_machine=x86_64-pc
 	  ;;
 	# Object if more than one company name word.
@@ -1707,6 +1707,7 @@
 		basic_machine=`echo $basic_machine | sed "s/unknown/$vendor/"`
 		;;
 	x86_64*)
+		basic_machine=`echo $basic_machine | sed 's/^x86_/x/'`
 		os=`echo $os | sed 's/32/64/'`
 		;;
 esac

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

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