diff options
author | Rosen Penev <rosenp@gmail.com> | 2024-10-02 15:25:35 -0700 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2024-11-17 14:55:16 +0100 |
commit | cd92cbddf8c473507a9af290c99f2aef8c368784 (patch) | |
tree | 826cecf7d7567ba81b951e2e2348e8d63c5dfc26 /target/linux/qoriq/config-6.6 | |
parent | da8abd4a1e86a37ddcd4fa0e6acc5bf8b1b4c70e (diff) | |
download | openwrt-cd92cbddf8c473507a9af290c99f2aef8c368784.tar.gz openwrt-cd92cbddf8c473507a9af290c99f2aef8c368784.tar.bz2 openwrt-cd92cbddf8c473507a9af290c99f2aef8c368784.zip |
kernel: filter out compiler opts from config
These get dynamically set based on compiler version. Not relevant for
targets.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/16770
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Diffstat (limited to 'target/linux/qoriq/config-6.6')
-rw-r--r-- | target/linux/qoriq/config-6.6 | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/target/linux/qoriq/config-6.6 b/target/linux/qoriq/config-6.6 index 750e6c6551..28ece0679f 100644 --- a/target/linux/qoriq/config-6.6 +++ b/target/linux/qoriq/config-6.6 @@ -29,8 +29,6 @@ CONFIG_BOOKE=y CONFIG_BOOKE_OR_40x=y CONFIG_BOOKE_WDT=y CONFIG_BUFFER_HEAD=y -CONFIG_CC_IMPLICIT_FALLTHROUGH="-Wimplicit-fallthrough=5" -CONFIG_CC_NO_ARRAY_BOUNDS=y CONFIG_CLK_QORIQ=y CONFIG_CLONE_BACKWARDS=y CONFIG_CLZ_TAB=y @@ -148,7 +146,6 @@ CONFIG_FUNCTION_ERROR_INJECTION=y CONFIG_FWNODE_MDIO=y CONFIG_FW_LOADER_PAGED_BUF=y CONFIG_FW_LOADER_SYSFS=y -CONFIG_GCC10_NO_ARRAY_BOUNDS=y CONFIG_GENERIC_ALLOCATOR=y CONFIG_GENERIC_BUG=y CONFIG_GENERIC_BUG_RELATIVE_POINTERS=y |