ruby-changes:40993
From: nobu <ko1@a...>
Date: Sun, 13 Dec 2015 16:29:40 +0900 (JST)
Subject: [ruby-changes:40993] nobu:r53072 (trunk): configure.in: make BOOTSTRAPRUBY MINIRUBY
nobu 2015-12-13 16:29:21 +0900 (Sun, 13 Dec 2015) New Revision: 53072 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=53072 Log: configure.in: make BOOTSTRAPRUBY MINIRUBY * configure.in (BOOTSTRAPRUBY): use MINIRUBY but not BASERUBY unless cross compiling. [ruby-core:72065] [Bug #11807] Modified files: trunk/ChangeLog trunk/configure.in Index: configure.in =================================================================== --- configure.in (revision 53071) +++ configure.in (revision 53072) @@ -3552,9 +3552,6 @@ else https://github.com/ruby/ruby/blob/trunk/configure.in#L3552 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 Index: ChangeLog =================================================================== --- ChangeLog (revision 53071) +++ ChangeLog (revision 53072) @@ -1,3 +1,8 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1 +Sun Dec 13 16:29:22 2015 Nobuyoshi Nakada <nobu@r...> + + * 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@i...> * test/test_shellwords.rb (TestShellwords): Add many more tests -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/