summaryrefslogtreecommitdiff
path: root/template
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2023-08-16 00:37:47 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2023-08-17 08:33:52 +0900
commitf339937abb6a5057a7ed57c52dad708349db5412 (patch)
tree31eaf916374eadde33b9b6f2acf1f9cfc1826417 /template
parent0d7e847153ed5b6006b686085207527ff2f28853 (diff)
RJIT: Remove macros inherited from MJIT but no longer used
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/8224
Diffstat (limited to 'template')
-rw-r--r--template/Makefile.in6
1 files changed, 0 insertions, 6 deletions
diff --git a/template/Makefile.in b/template/Makefile.in
index 4a19a3cec6..e95b0dd32a 100644
--- a/template/Makefile.in
+++ b/template/Makefile.in
@@ -96,12 +96,6 @@ USE_RUBYGEMS = @USE_RUBYGEMS@
USE_RUBYGEMS_ = $(USE_RUBYGEMS:yes=)
CPPFLAGS = @CPPFLAGS@ $(USE_RUBYGEMS_:no=-DDISABLE_RUBYGEMS=1)
RJIT_SUPPORT = @RJIT_SUPPORT@
-RJIT_CC = @RJIT_CC@
-RJIT_CFLAGS = @RJIT_CFLAGS@
-RJIT_OPTFLAGS = @RJIT_OPTFLAGS@
-RJIT_DEBUGFLAGS = @RJIT_DEBUGFLAGS@
-RJIT_LDSHARED = @RJIT_LDSHARED@
-RJIT_DLDFLAGS = $(XDLDFLAGS)
YJIT_SUPPORT=@YJIT_SUPPORT@
YJIT_LIBS=@YJIT_LIBS@
YJIT_OBJ=@YJIT_OBJ@