Re: [Patch v4] x86/build: don't add -maccumulate-outgoing-args w/o compiler support

2017-05-08 Thread Josh Poimboeuf
On Mon, May 08, 2017 at 08:29:46PM -0700, Nick Desaulniers wrote: > Clang does not support this machine dependent option. > > Older versions of GCC (pre 3.0) may not support this option, added in > 2000, but it's unlikely they can still compile the kernel. > > Signed-off-by: Nick Desaulniers > -

[Patch v4] x86/build: don't add -maccumulate-outgoing-args w/o compiler support

2017-05-08 Thread Nick Desaulniers
Clang does not support this machine dependent option. Older versions of GCC (pre 3.0) may not support this option, added in 2000, but it's unlikely they can still compile the kernel. Signed-off-by: Nick Desaulniers --- arch/x86/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) d