[PATCH 3/4] kbuild: remove cc-option test of -fno-stack-check

2020-09-10 Thread Masahiro Yamada
The minimal compiler versions, GCC 4.9 and Clang 10 support this flag. Here is the godbolt: https://godbolt.org/z/59cK6o Signed-off-by: Masahiro Yamada --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1b6abecc5cab..5102c89d3167 100644 -

Re: [PATCH 3/4] kbuild: remove cc-option test of -fno-stack-check

2020-09-10 Thread Nathan Chancellor
On Thu, Sep 10, 2020 at 10:51:19PM +0900, Masahiro Yamada wrote: > The minimal compiler versions, GCC 4.9 and Clang 10 support this flag. > > Here is the godbolt: > https://godbolt.org/z/59cK6o > > Signed-off-by: Masahiro Yamada This flag is technically ignored by clang (see commit 05b0798916f0