Disable YJIT support when cross-compiling
As the target-list of rustc is different from config.guess and config.sub, $target cannot be used directly.
rustc
config.guess
config.sub
$target
Disable YJIT support when cross-compiling
As the target-list of
rustc
is different fromconfig.guess
andconfig.sub
,$target
cannot be used directly.