summaryrefslogtreecommitdiff
path: root/common.mk
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2022-11-06 15:59:32 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2022-11-06 17:07:44 +0900
commit9627aab82524e71b702479b4fa5e24b36cced398 (patch)
treeb05503bae460d3995e54cfeedf8aa8478c9a7b48 /common.mk
parentcb899a990a02ad86ffc27fa17308fe514cc6415c (diff)
`--disable-jit-support` should disable YJIT successfully
Even if `rustc` is available, it should not be an error unless `--enable-yjit` is explicitly given.
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/6681
Diffstat (limited to 'common.mk')
-rw-r--r--common.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/common.mk b/common.mk
index aea4d02c5f..88934378f4 100644
--- a/common.mk
+++ b/common.mk
@@ -303,7 +303,7 @@ showflags:
" LC_ALL = $(LC_ALL)" \
" LC_CTYPE = $(LC_CTYPE)" \
" MFLAGS = $(MFLAGS)" \
- " RUST = $(RUST)" \
+ " RUSTC = $(RUSTC)" \
" YJIT_RUSTC_ARGS = $(YJIT_RUSTC_ARGS)" \
$(MESSAGE_END)
-@$(CC_VERSION)