Searched hist:"5134 a335cfe6ebdd2420e15b5f6c06915040aa51" (Results 1 – 2 of 2) sorted by relevance
| /linux/init/ |
| H A D | Kconfig | 5134a335cfe6ebdd2420e15b5f6c06915040aa51 Mon Sep 02 16:55:29 UTC 2024 Miguel Ojeda <ojeda@kernel.org> kbuild: rust: re-run Kconfig if the version text changes
Re-run Kconfig if we detect the Rust compiler has changed via the version text, like it is done for C.
Unlike C, and unlike `RUSTC_VERSION`, the `RUSTC_VERSION_TEXT` is kept under `depends on RUST`, since it should not be needed unless `RUST` is enabled.
Reviewed-by: Nicolas Schier <nicolas@fjasle.eu> Tested-by: Alice Ryhl <aliceryhl@google.com> Acked-by: Masahiro Yamada <masahiroy@kernel.org> Link: https://lore.kernel.org/r/20240902165535.1101978-3-ojeda@kernel.org Signed-off-by: Miguel Ojeda <ojeda@kernel.org>
|
| /linux/ |
| H A D | Makefile | 5134a335cfe6ebdd2420e15b5f6c06915040aa51 Mon Sep 02 16:55:29 UTC 2024 Miguel Ojeda <ojeda@kernel.org> kbuild: rust: re-run Kconfig if the version text changes
Re-run Kconfig if we detect the Rust compiler has changed via the version text, like it is done for C.
Unlike C, and unlike `RUSTC_VERSION`, the `RUSTC_VERSION_TEXT` is kept under `depends on RUST`, since it should not be needed unless `RUST` is enabled.
Reviewed-by: Nicolas Schier <nicolas@fjasle.eu> Tested-by: Alice Ryhl <aliceryhl@google.com> Acked-by: Masahiro Yamada <masahiroy@kernel.org> Link: https://lore.kernel.org/r/20240902165535.1101978-3-ojeda@kernel.org Signed-off-by: Miguel Ojeda <ojeda@kernel.org>
|