1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

configure.in: make BOOTSTRAPRUBY MINIRUBY

* configure.in (BOOTSTRAPRUBY): use MINIRUBY but not BASERUBY
  unless cross compiling.  [ruby-core:72065] [Bug #11807]

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53072 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2015-12-13 07:29:21 +00:00
parent f7ca4f30c4
commit 621b05ed61
2 changed files with 5 additions and 3 deletions

View file

@ -1,3 +1,8 @@
Sun Dec 13 16:29:22 2015 Nobuyoshi Nakada <nobu@ruby-lang.org>
* configure.in (BOOTSTRAPRUBY): use MINIRUBY but not BASERUBY
unless cross compiling. [ruby-core:72065] [Bug #11807]
Sun Dec 13 14:17:19 2015 Akinori MUSHA <knu@iDaemons.org>
* test/test_shellwords.rb (TestShellwords): Add many more tests

View file

@ -3552,9 +3552,6 @@ else
RUNRUBY='$(RUNRUBY_COMMAND) --'
XRUBY='$(RUNRUBY)'
BOOTSTRAPRUBY='$(MINIRUBY)'
test x"${HAVE_BASERUBY}" = xyes &&
${BASERUBY} -e 'exit module A;def foo;end;instance_methods;end.include?(:foo)' &&
BOOTSTRAPRUBY='$(BASERUBY)'
TEST_RUNNABLE=yes
CROSS_COMPILING=no
fi