OSDN Git Service

kbuild: add -no-integrated-as Clang option unconditionally
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Tue, 6 Nov 2018 03:04:54 +0000 (12:04 +0900)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Tue, 13 Nov 2018 23:21:21 +0000 (08:21 +0900)
commitdbe27a002ef8573168cb64e181458ea23a74e2b6
treee4b2d3d89686cc2ed453afdc2e5bd8db4dced5af
parentccda4af0f4b92f7b4c308d3acc262f4a7e3affad
kbuild: add -no-integrated-as Clang option unconditionally

We are still a way off the Clang's integrated assembler support for
the kernel. Hence, -no-integrated-as is mandatory to build the kernel
with Clang. If you had an ancient version of Clang that does not
recognize this option, you would not be able to compile the kernel
anyway.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Reviewed-by: Nick Desaulniers <ndesaulniers@google.com>
Tested-by: Nick Desaulniers <ndesaulniers@google.com>
Makefile