Skip to content

Commit d05946b

Browse files
authored
Merge pull request #736 from ojeda/no-gcc-plugins
Fix latent entropy GCC plugin and disable all GCC plugins
2 parents dc74b56 + 2f18034 commit d05946b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

init/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2058,7 +2058,7 @@ config RUST
20582058
depends on HAVE_RUST
20592059
depends on RUST_IS_AVAILABLE
20602060
depends on !MODVERSIONS
2061-
depends on !GCC_PLUGIN_RANDSTRUCT
2061+
depends on !GCC_PLUGINS
20622062
select CONSTRUCTORS
20632063
help
20642064
Enables Rust support in the kernel.

0 commit comments

Comments
 (0)