* tool/config.sub (x64): regularize only for pc vendor, and strip
useless 64 suffix. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29365 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
3e85e58411
commit
7d61b7e13f
@ -1,3 +1,8 @@
|
|||||||
|
Wed Sep 29 18:38:14 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||||
|
|
||||||
|
* tool/config.sub (x64): regularize only for pc vendor, and strip
|
||||||
|
useless 64 suffix.
|
||||||
|
|
||||||
Wed Sep 29 17:53:02 2010 Kenta Murata <mrkn@mrkn.jp>
|
Wed Sep 29 17:53:02 2010 Kenta Murata <mrkn@mrkn.jp>
|
||||||
|
|
||||||
* ext/bigdecimal/bigdecimal.c (BIGDECIMAL_ENABLE_VPRINT):
|
* ext/bigdecimal/bigdecimal.c (BIGDECIMAL_ENABLE_VPRINT):
|
||||||
@ -51,7 +56,7 @@ Tue Sep 28 20:06:14 2010 NAKAMURA Usaku <usa@ruby-lang.org>
|
|||||||
|
|
||||||
Mon Sep 27 23:30:34 2010 Koichi Sasada <ko1@atdot.net>
|
Mon Sep 27 23:30:34 2010 Koichi Sasada <ko1@atdot.net>
|
||||||
|
|
||||||
* insns.def (opt_case_dispatch), vm_insnhelper.c:
|
* insns.def (opt_case_dispatch), vm_insnhelper.c:
|
||||||
execute the procedures of "when" clauses by bytecode
|
execute the procedures of "when" clauses by bytecode
|
||||||
instead of st_foreach() when the object does not hit
|
instead of st_foreach() when the object does not hit
|
||||||
prepared hash. [ruby-dev:42304]
|
prepared hash. [ruby-dev:42304]
|
||||||
|
6
tool/config.sub
vendored
6
tool/config.sub
vendored
@ -4,7 +4,7 @@
|
|||||||
# 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009
|
# 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009
|
||||||
# Free Software Foundation, Inc.
|
# Free Software Foundation, Inc.
|
||||||
|
|
||||||
timestamp='2010-09-28'
|
timestamp='2010-09-29'
|
||||||
|
|
||||||
# This file is (in principle) common to ALL GNU software.
|
# This file is (in principle) common to ALL GNU software.
|
||||||
# The presence of a machine in this file suggests that SOME GNU software
|
# The presence of a machine in this file suggests that SOME GNU software
|
||||||
@ -1706,9 +1706,9 @@ case $basic_machine in
|
|||||||
esac
|
esac
|
||||||
basic_machine=`echo $basic_machine | sed "s/unknown/$vendor/"`
|
basic_machine=`echo $basic_machine | sed "s/unknown/$vendor/"`
|
||||||
;;
|
;;
|
||||||
x86_64*)
|
x86_64-pc)
|
||||||
basic_machine=`echo $basic_machine | sed 's/^x86_/x/'`
|
basic_machine=`echo $basic_machine | sed 's/^x86_/x/'`
|
||||||
os=`echo $os | sed 's/32/64/'`
|
os=`echo $os | sed '/[a-z]32$/s/32$//;/[a-z]64/s/64$//'`
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user