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

revert r51752

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@51753 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2015-09-03 16:30:20 +00:00
parent dc482e1428
commit 91cdbaf44b

View file

@ -3435,10 +3435,7 @@ else
RUNRUBY='$(RUNRUBY_COMMAND) --'
XRUBY='$(RUNRUBY)'
BOOTSTRAPRUBY='$(MINIRUBY)'
if test x"${HAVE_BASERUBY}" = xyes; then
PREP='$(arch)-fake.rb '"$PREP"
BOOTSTRAPRUBY='$(BASERUBY) -r./$(arch)-fake'
fi
test x"${HAVE_BASERUBY}" = xyes && BOOTSTRAPRUBY='$(BASERUBY)'
TEST_RUNNABLE=yes
CROSS_COMPILING=no
fi