projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fe8340a
)
selftests: rust: config: disable GCC_PLUGINS
author
Anders Roxell
<anders.roxell@linaro.org>
Fri, 2 Aug 2024 12:45:36 +0000
(14:45 +0200)
committer
Shuah 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
patch
|
blob
|
history
diff --git
a/tools/testing/selftests/rust/config
b/tools/testing/selftests/rust/config
index
fa06ceb
..
5f942b5
100644
(file)
--- a/
tools/testing/selftests/rust/config
+++ b/
tools/testing/selftests/rust/config
@@
-1,3
+1,4
@@
+# CONFIG_GCC_PLUGINS is not set
CONFIG_RUST=y
CONFIG_SAMPLES=y
CONFIG_SAMPLES_RUST=y