rustc: use RUSTC_{HOST,TARGET}_NAME
authorEric Le Bihan <eric.le.bihan.dev@free.fr>
Tue, 13 Feb 2018 07:21:27 +0000 (08:21 +0100)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Tue, 13 Feb 2018 22:09:47 +0000 (23:09 +0100)
commitf69c5192679de30e8af99885c6cd487e12ff0a25
treea671e308488f400bc230d353089d9ca51f0adf65
parenteb303348b51a863804941e81fcb821d9fb1077cf
rustc: use RUSTC_{HOST,TARGET}_NAME

utils/check-package complains as follows:

  package/rustc/rustc.mk:10: possible typo: RUST_TARGET_NAME -> *RUSTC*
  package/rustc/rustc.mk:18: possible typo: RUST_HOST_NAME -> *RUSTC*

As RUST_{HOST,TARGET}_NAME are related to the Rust compiler, it
sounds sensible to rename them to RUSTC_{HOST,TARGET}_NAME.

So update all rust related packages to use the new variables.

Signed-off-by: Eric Le Bihan <eric.le.bihan.dev@free.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
docs/manual/adding-packages-cargo.txt
package/cargo-bin/cargo-bin.mk
package/cargo/cargo.mk
package/cargo/config.in
package/rust-bin/rust-bin.mk
package/rust/rust.mk
package/rustc/rustc.mk