summaryrefslogtreecommitdiff
path: root/tool
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-09-23 14:08:55 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-09-23 14:08:55 +0000
commit67d1d75fcbc04d1c2a2dd2aa1ae7139c7051950c (patch)
tree8c2e86a9ac2ee0d9c367a08076092021f1d4d16e /tool
parente63c5b3a62f387bb346fb7042911e253fa6d1a6b (diff)
* tool/config.sub: mingw64 should use x86_64. [ruby-core:32514]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29324 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'tool')
-rwxr-xr-xtool/config.sub4
1 files changed, 2 insertions, 2 deletions
diff --git a/tool/config.sub b/tool/config.sub
index 0e1ffea92d..73ec982594 100755
--- a/tool/config.sub
+++ b/tool/config.sub
@@ -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 @@ case $basic_machine in
os=-mingw32
;;
mingw64)
- basic_machine=i386-pc
+ basic_machine=x86_64-pc
os=-mingw64
;;
mingw32ce)