ruby-changes:73399
From: Nobuyoshi <ko1@a...>
Date: Sat, 3 Sep 2022 21:57:47 +0900 (JST)
Subject: [ruby-changes:73399] a01271c1c4 (master): BOOTSTRAPRUBY needs fake.rb when cross-compiling
https://git.ruby-lang.org/ruby.git/commit/?id=a01271c1c4 From a01271c1c46079cb6f7f32051f1253cf3d9bca6b Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada <nobu@r...> Date: Sat, 3 Sep 2022 21:37:24 +0900 Subject: BOOTSTRAPRUBY needs fake.rb when cross-compiling --- configure.ac | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.ac b/configure.ac index a3d758341a..a9fc9932ae 100644 --- a/configure.ac +++ b/configure.ac @@ -3361,6 +3361,7 @@ AS_IF([test x"$cross_compiling" = xyes], [ https://github.com/ruby/ruby/blob/trunk/configure.ac#L3361 RUNRUBY_COMMAND='$(MINIRUBY) -I`cd $(srcdir)/lib; pwd`' RUNRUBY='$(RUNRUBY_COMMAND)' XRUBY='$(MINIRUBY)' + BOOTSTRAPRUBY_COMMAND='$(BOOTSTRAPRUBY) -r./$(arch)-fake' TEST_RUNNABLE=no CROSS_COMPILING=yes AC_DEFINE(CROSS_COMPILING, 1) -- cgit v1.2.1 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/