Home
last modified time | relevance | path

Searched refs:rust_target_triple (Results 1 – 2 of 2) sorted by relevance

/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/mozjs/mozjs-115/
H A D0003-rust.configure-do-not-try-to-find-a-suitable-upstrea.patch55 def rust_target_triple(
66 set_config("RUST_TARGET", rust_target_triple)
/openbmc/qemu/
H A Dconfigure258 rust_target_triple=""
794 --rust-target-triple=*) rust_target_triple="$optarg"
1201 if test "$rust" != disabled && test -z "$rust_target_triple"; then
1310 rust_target_triple=$rust_arch-$rust_os-$rust_osvariant
1312 rust_target_triple=$rust_arch-$rust_machine-$rust_os${rust_osvariant:+-$rust_osvariant}
1783 echo "RUST_TARGET_TRIPLE=$rust_target_triple" >> $config_host_mak
1906 if test "$rust_host_triple" != "$rust_target_triple"; then
1907 echo "rust = [$(meson_quote $rustc --target "$rust_target_triple")]" >> $cross