]> git.baikalelectronics.ru Git - kernel.git/commit
kbuild: remove cc-option switch from -Wframe-larger-than=
authorMasahiro Yamada <masahiroy@kernel.org>
Sun, 16 Feb 2020 15:19:36 +0000 (00:19 +0900)
committerMasahiro Yamada <masahiroy@kernel.org>
Mon, 2 Mar 2020 12:18:19 +0000 (21:18 +0900)
commitf5af1105c6ec03c999f05bbc0dff7b76a36bb024
tree87d82ce38b43c0bbee5108630495775305c8f7c9
parent551b2b160492d0cc70240da6379deaed1251379f
kbuild: remove cc-option switch from -Wframe-larger-than=

This CONFIG option was added by commit 65a85b2fd143 ("Add option to
enable -Wframe-larger-than= on gcc 4.4"). At that time, the cc-option
check was needed.

According to Documentation/process/changes.rst, the current minimal
supported version of GCC is 4.6, so you can assume GCC supports it.
Clang supports it as well.

Remove the cc-option switch and redundant comments.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Reviewed-by: Nathan Chancellor <natechancellor@gmail.com>
Reviewed-by: Nick Desaulniers <ndesaulniers@google.com>
Makefile
lib/Kconfig.debug