mirror of
https://github.com/openwrt/openwrt.git
synced 2026-04-19 14:18:51 +04:00
generic: filter out more rust related symbols
More rust symbols that are detected using scripts or based on the rust version have been added. Filter them out. Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be> Link: https://github.com/openwrt/openwrt/pull/21554 Signed-off-by: Robert Marko <robimarko@gmail.com>
This commit is contained in:
committed by
Robert Marko
parent
a20ea50dec
commit
294945b8e9
@@ -17,8 +17,10 @@ CONFIG_PAHOLE_HAS_LANG_EXCLUDE=.*
|
||||
CONFIG_PAHOLE_HAS_SPLIT_BTF=.*
|
||||
CONFIG_PAHOLE_VERSION=.*
|
||||
CONFIG_PLUGIN_HOSTCC=".*"
|
||||
CONFIG_RUSTC_HAS_UNNECESSARY_TRANSMUTES=.*
|
||||
CONFIG_RUSTC_LLVM_VERSION=.*
|
||||
CONFIG_RUSTC_SUPPORTS_.*=.*
|
||||
CONFIG_RUSTC_VERSION=.*
|
||||
CONFIG_RUST_IS_AVAILABLE=.*
|
||||
# CONFIG_SET_FS is not set
|
||||
# CONFIG_TASKS_.* is not set
|
||||
|
||||
Reference in New Issue
Block a user