mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-06-01 16:38:32 +08:00
kernel: filter out compiler RUSTC opts
These get dynamically set, not relevant for targets. Signed-off-by: Mieczyslaw Nalewaj <namiltd@yahoo.com> Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
This commit is contained in:
parent
aa846c933a
commit
7eb28c91fe
@ -13,10 +13,12 @@ CONFIG_FRAME_WARN=.*
|
||||
# CONFIG_INLINE_.* is not set
|
||||
# CONFIG_LD_.* is not set
|
||||
CONFIG_LLD_VERSION=.*
|
||||
CONFIG_PAHOLE_HAS_LANG_EXCLUDE=.*
|
||||
CONFIG_PAHOLE_HAS_SPLIT_BTF=.*
|
||||
CONFIG_PAHOLE_VERSION=.*
|
||||
CONFIG_PLUGIN_HOSTCC=".*"
|
||||
CONFIG_RUSTC_LLVM_VERSION=.*
|
||||
CONFIG_RUSTC_SUPPORTS_.*=.*
|
||||
CONFIG_RUSTC_VERSION=.*
|
||||
# CONFIG_SET_FS is not set
|
||||
# CONFIG_TASKS_.* is not set
|
||||
|
Loading…
x
Reference in New Issue
Block a user