Actions
Feature #21810
openEnable JIT (yjit,zjit) when cross-compiling
Feature #21810:
Enable JIT (yjit,zjit) when cross-compiling
Description
Hello,
Please, add support for JIT while crosscompiling. Without it, embedded system will never user JIT. Even when the arch matches, the host alias normally does not match the build alias:
build_alias='x86_64-pc-linux-gnu'
host_alias='x86_64-openwrt-linux'
I have test systems for x86_64 and aarch64 (openwrt).
Updated by nobu (Nobuyoshi Nakada) about 16 hours ago
- Assignee set to jit
Actions