about summary refs log tree commit diff
path: root/compiler/rustc_codegen_gcc/src/errors.rs
diff options
context:
space:
mode:
authorPietro Albini <pietro.albini@ferrous-systems.com>2022-10-19 14:33:17 +0200
committerPietro Albini <pietro.albini@ferrous-systems.com>2022-10-19 14:33:17 +0200
commit5b7bd2fed899b7966a09a6d5552a2e1985bc7526 (patch)
treecada6989b699da06a68f7744254af531bcfd4648 /compiler/rustc_codegen_gcc/src/errors.rs
parent5605ed85363345f3def5da6b1ead2ac0b803bfe7 (diff)
downloadrust-5b7bd2fed899b7966a09a6d5552a2e1985bc7526.tar.gz
rust-5b7bd2fed899b7966a09a6d5552a2e1985bc7526.zip
mark rust-analyzer as a host-only tool
All tools meant to be shipped with host toolchains only should be marked
as `ONLY_HOSTS = true`, but rust-analyzer was marked as `ONLY_HOSTS =
false` incorrectly. This meant that bootstrap attempted to build
rust-analyzer for cross-compilation-only targets, causing errors because
libstd is not present on some of them.

It will still be possible to cross-compile rust-analyzer by passing a
different --host flag to ./x, like you can cross-compile other tools.
Diffstat (limited to 'compiler/rustc_codegen_gcc/src/errors.rs')
0 files changed, 0 insertions, 0 deletions