]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
selftests: rust: config: disable GCC_PLUGINS
authorAnders Roxell <anders.roxell@linaro.org>
Fri, 2 Aug 2024 12:45:36 +0000 (14:45 +0200)
committerShuah Khan <skhan@linuxfoundation.org>
Sun, 11 Aug 2024 23:32:55 +0000 (17:32 -0600)
CONFIG_RUST depends on !CONFIG_GCC_PLUGINS. Disable CONFIG_GCC_PLUGINS
in rust/config file to make sure it doesn't get enabled.

Signed-off-by: Anders Roxell <anders.roxell@linaro.org>
Acked-by: Miguel Ojeda <ojeda@kernel.org>
Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
tools/testing/selftests/rust/config

index fa06cebae23268338cbd337dcbc6e5f42ec85f1a..5f942b5c8c17a512fe7ae58e21de78f6e70d3cd2 100644 (file)
@@ -1,3 +1,4 @@
+# CONFIG_GCC_PLUGINS is not set
 CONFIG_RUST=y
 CONFIG_SAMPLES=y
 CONFIG_SAMPLES_RUST=y