summaryrefslogtreecommitdiff
path: root/template
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2023-11-09 13:40:55 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2023-11-09 16:01:01 +0900
commit40d40a651ef8d9cd150503fc264b1c922f63fe61 (patch)
treeaf726d54c3b8de1a1c9d21d575ed70ecb78b77ed /template
parent486b674e2a8437bacb00c48038c04aec420c47a0 (diff)
Revert "Disable iseq-dumped builtin module for universal x86_64/arm64 binaries"
This reverts commit 1d5598fe0d3470e7cab06a756d40a9221fcd501b.
Diffstat (limited to 'template')
-rw-r--r--template/Makefile.in1
-rw-r--r--template/builtin_binary.inc.tmpl2
2 files changed, 1 insertions, 2 deletions
diff --git a/template/Makefile.in b/template/Makefile.in
index e06834e4ca..93fa02d9d7 100644
--- a/template/Makefile.in
+++ b/template/Makefile.in
@@ -65,7 +65,6 @@ rubyarchhdrdir = @rubyarchhdrdir@
ruby_version = @ruby_version@
RUBY_VERSION_NAME = @RUBY_VERSION_NAME@
UNIVERSAL_ARCHNAMES = @UNIVERSAL_ARCHNAMES@
-UNIVERSAL_BINARY = @UNIVERSAL_BINARY@
TESTUI = console
TESTS =
diff --git a/template/builtin_binary.inc.tmpl b/template/builtin_binary.inc.tmpl
index 86ea34970b..2c2f071705 100644
--- a/template/builtin_binary.inc.tmpl
+++ b/template/builtin_binary.inc.tmpl
@@ -2,7 +2,7 @@
// DO NOT MODIFY THIS FILE DIRECTLY.
// auto-generated file by tool/generic_erb.rb
// with template/builtin_binary.inc.tmpl
-% unless ARGV.include?('--cross=yes') || ARGV.include?('--universal=yes')
+% unless ARGV.include?('--cross=yes')
% ary = RubyVM.enum_for(:each_builtin).to_a
% ary.each{|feature, iseq|