]> git.baikalelectronics.ru Git - kernel.git/commit
kbuild: remove cc-option test of -fno-stack-check
authorMasahiro Yamada <masahiroy@kernel.org>
Thu, 10 Sep 2020 13:51:19 +0000 (22:51 +0900)
committerMasahiro Yamada <masahiroy@kernel.org>
Thu, 24 Sep 2020 15:36:50 +0000 (00:36 +0900)
commitec8091a209fb33cc2d037422d096c8c50ca91172
treebc0aa721c513036c4bd72ea94542b491d70a0e91
parent415364c84781ea93cfb890d630699762ffde6c72
kbuild: remove cc-option test of -fno-stack-check

The minimal compiler version, GCC 4.9 supports this flag.

Nathan Chancellor pointed out:
 "This flag is technically ignored by clang (see commit
 05b0798916f01690b5903302e51f3136274e291f) but that obviously
 does not matter for the sake of this."

Here is the godbolt:
https://godbolt.org/z/59cK6o

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Reviewed-by: Nathan Chancellor <natechancellor@gmail.com>
Makefile