From bfcf36fe2243d34a01b5707754be9164849150c9 Mon Sep 17 00:00:00 2001 From: Alan Wu Date: Tue, 11 Feb 2025 19:46:07 -0500 Subject: [PATCH] YJIT doesn't merge archives anymore [ci skip] --- template/Makefile.in | 2 -- 1 file changed, 2 deletions(-) diff --git a/template/Makefile.in b/template/Makefile.in index 695f7cec55..d3585fd278 100644 --- a/template/Makefile.in +++ b/template/Makefile.in @@ -310,8 +310,6 @@ PRE_LIBRUBY_UPDATE = [ -n "$(LIBRUBY_SO_UPDATE)" ] || $(gnumake:yes=exec) $(RM) # We must `rm' the library each time this rule is invoked because "updating" a # MAB library on Apple/NeXT (see --enable-fat-binary in configure) is not # supported. -# -# In YJIT builds, merge libyjit.a with libruby_static.a $(LIBRUBY_A): @$(RM) $@ @-[ -z "$(EXTSTATIC)" ] || $(PRE_LIBRUBY_UPDATE)