From a01271c1c46079cb6f7f32051f1253cf3d9bca6b Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada Date: Sat, 3 Sep 2022 21:37:24 +0900 Subject: [PATCH] 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], [ 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)