Re: [PATCH 5/5] ARM: add support for building ARM kernel with clang

2018-03-25 Thread Stefan Agner
On 21.03.2018 00:18, Russell King - ARM Linux wrote: > On Wed, Mar 21, 2018 at 12:02:06AM +0100, Stefan Agner wrote: >> Use cc-options call for compiler options which are not available >> in clang. With this patch an ARMv7 multi platform kernel can be >> successfully build using clang (tested with

Re: [PATCH 5/5] ARM: add support for building ARM kernel with clang

2018-03-21 Thread Stefan Agner
On 21.03.2018 01:20, Matthias Kaehlcke wrote: > El Tue, Mar 20, 2018 at 11:18:33PM + Russell King - ARM Linux ha dit: > >> On Wed, Mar 21, 2018 at 12:02:06AM +0100, Stefan Agner wrote: >> > Use cc-options call for compiler options which are not available >> > in clang. With this patch an ARMv7

Re: [PATCH 5/5] ARM: add support for building ARM kernel with clang

2018-03-20 Thread Matthias Kaehlcke
El Tue, Mar 20, 2018 at 11:18:33PM + Russell King - ARM Linux ha dit: > On Wed, Mar 21, 2018 at 12:02:06AM +0100, Stefan Agner wrote: > > Use cc-options call for compiler options which are not available > > in clang. With this patch an ARMv7 multi platform kernel can be > > successfully build

Re: [PATCH 5/5] ARM: add support for building ARM kernel with clang

2018-03-20 Thread Russell King - ARM Linux
On Wed, Mar 21, 2018 at 12:02:06AM +0100, Stefan Agner wrote: > Use cc-options call for compiler options which are not available > in clang. With this patch an ARMv7 multi platform kernel can be > successfully build using clang (tested with version 5.0.1). > > Based-on-patches-by: Behan Webster >

[PATCH 5/5] ARM: add support for building ARM kernel with clang

2018-03-20 Thread Stefan Agner
Use cc-options call for compiler options which are not available in clang. With this patch an ARMv7 multi platform kernel can be successfully build using clang (tested with version 5.0.1). Based-on-patches-by: Behan Webster Signed-off-by: Stefan Agner --- arch/arm/Makefile | 2 +