mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
[Feature #21116] Extract RJIT as a third-party gem
This commit is contained in:
parent
d35cc0cc77
commit
4a67ef09cc
Notes:
git
2025-02-13 09:51:08 +00:00
83 changed files with 50 additions and 14787 deletions
|
@ -363,9 +363,6 @@ CPPFLAGS = $(DEFS) $(ARCHDEFS) $(CPPFLAGS)
|
|||
!if "$(USE_RUBYGEMS)" == "no"
|
||||
CPPFLAGS = -DDISABLE_RUBYGEMS $(CPPFLAGS)
|
||||
!endif
|
||||
!ifndef RJIT_SUPPORT
|
||||
RJIT_SUPPORT = no
|
||||
!endif
|
||||
|
||||
POSTLINK =
|
||||
DLDFLAGS = $(LDFLAGS) -dll
|
||||
|
@ -966,7 +963,6 @@ $(CONFIG_H): $(MKFILES) $(srcdir)/win32/Makefile.sub $(win_srcdir)/Makefile.sub
|
|||
#define RUBY_COREDLL "$(RT)"
|
||||
#define RUBY_PLATFORM "$(arch)"
|
||||
#define RUBY_SITEARCH "$(sitearch)"
|
||||
#define USE_RJIT 0
|
||||
#endif /* $(guard) */
|
||||
<<
|
||||
|
||||
|
@ -1166,7 +1162,6 @@ s,@srcdir@,$(srcdir),;t t
|
|||
s,@top_srcdir@,$(srcdir),;t t
|
||||
s,@try_header@,try_compile,;t t
|
||||
s,@ruby_pc@,$(ruby_pc),;t t
|
||||
s,@RJIT_SUPPORT@,$(RJIT_SUPPORT),;t t
|
||||
s,@PKG_CONFIG@,$(PKG_CONFIG),;t t
|
||||
<<KEEP
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue