[ruby-cvs:78518] 5fbb4555b4 (master): Prefer using MJIT_CC for JIT support check
"Takashi Kokubun" <[email protected]>
| Newsgroups | gmane.comp.lang.ruby.cvs |
|---|---|
| Message-ID | <[email protected]> |
Takashi Kokubun 2019-12-05 15:16:07 +0900 (Thu, 05 Dec 2019)
New Revision: 5fbb4555b4
https://github.com/ruby/ruby/commit/5fbb4555b4
Log:
Prefer using MJIT_CC for JIT support check
because Solaris might have CC=cc and we'd like to check full path
MJIT_CC=/opt/developerstudio12.5/bin/cc instead.
Modified files:
test/lib/jit_support.rb
tool/mkconfig.rb