Home
last modified time | relevance | path

Searched hist:"7 d4eb0d8e229fa51e14f0f85de03c02880e7d742" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/
H A DMakefile7d4eb0d8e229fa51e14f0f85de03c02880e7d742 Thu Sep 10 08:51:19 CDT 2020 Masahiro Yamada <masahiroy@kernel.org> 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>