Re: [PATCH v2 1/2] Makefile: Fix distcc compilation with x86 macros

2018-11-20 Thread Masahiro Yamada
t;>> Cc: Ingo Molnar , Michal Marek > >>> , Thomas Gleixner , Borislav > >>> Petkov , H. Peter Anvin , X86 ML > >>> , Linux Kbuild mailing list > >>> , Linux Kernel Mailing List > >>> > >>> Subject: Re: [PATCH v2

Re: [PATCH v2 1/2] Makefile: Fix distcc compilation with x86 macros

2018-11-20 Thread Masahiro Yamada
t;>> Cc: Ingo Molnar , Michal Marek > >>> , Thomas Gleixner , Borislav > >>> Petkov , H. Peter Anvin , X86 ML > >>> , Linux Kbuild mailing list > >>> , Linux Kernel Mailing List > >>> > >>> Subject: Re: [PATCH v2

Re: [PATCH v2 1/2] Makefile: Fix distcc compilation with x86 macros

2018-11-19 Thread Nadav Amit
kov , H. >>> Peter Anvin , X86 ML , Linux Kbuild >>> mailing list , Linux Kernel Mailing List >>> >>> Subject: Re: [PATCH v2 1/2] Makefile: Fix distcc compilation with x86 macros >>> >>> >>> On Thu, Nov 15, 2018 at 1:01 PM N

Re: [PATCH v2 1/2] Makefile: Fix distcc compilation with x86 macros

2018-11-19 Thread Nadav Amit
kov , H. >>> Peter Anvin , X86 ML , Linux Kbuild >>> mailing list , Linux Kernel Mailing List >>> >>> Subject: Re: [PATCH v2 1/2] Makefile: Fix distcc compilation with x86 macros >>> >>> >>> On Thu, Nov 15, 2018 at 1:01 PM N

Re: [PATCH v2 1/2] Makefile: Fix distcc compilation with x86 macros

2018-11-17 Thread Masahiro Yamada
> > mailing list , Linux Kernel Mailing List > > > > Subject: Re: [PATCH v2 1/2] Makefile: Fix distcc compilation with x86 macros > > > > > > On Thu, Nov 15, 2018 at 1:01 PM Nadav Amit wrote: > >> Introducing the use of asm macros in c-code bro

Re: [PATCH v2 1/2] Makefile: Fix distcc compilation with x86 macros

2018-11-17 Thread Masahiro Yamada
> > mailing list , Linux Kernel Mailing List > > > > Subject: Re: [PATCH v2 1/2] Makefile: Fix distcc compilation with x86 macros > > > > > > On Thu, Nov 15, 2018 at 1:01 PM Nadav Amit wrote: > >> Introducing the use of asm macros in c-code bro

Re: [PATCH v2 1/2] Makefile: Fix distcc compilation with x86 macros

2018-11-16 Thread Nadav Amit
From: Masahiro Yamada Sent: November 16, 2018 at 7:45:45 AM GMT > To: Nadav Amit > Cc: Ingo Molnar , Michal Marek , > Thomas Gleixner , Borislav Petkov , H. > Peter Anvin , X86 ML , Linux Kbuild mailing > list , Linux Kernel Mailing List > > Subject: Re: [PATCH v2 1/2]

Re: [PATCH v2 1/2] Makefile: Fix distcc compilation with x86 macros

2018-11-16 Thread Nadav Amit
From: Masahiro Yamada Sent: November 16, 2018 at 7:45:45 AM GMT > To: Nadav Amit > Cc: Ingo Molnar , Michal Marek , > Thomas Gleixner , Borislav Petkov , H. > Peter Anvin , X86 ML , Linux Kbuild mailing > list , Linux Kernel Mailing List > > Subject: Re: [PATCH v2 1/2]

Re: [PATCH v2 1/2] Makefile: Fix distcc compilation with x86 macros

2018-11-15 Thread Masahiro Yamada
On Thu, Nov 15, 2018 at 1:01 PM Nadav Amit wrote: > > Introducing the use of asm macros in c-code broke distcc, since it only > sends the preprocessed source file. The solution is to break the > compilation into two separate phases of compilation and assembly, and > between the two concatenate

Re: [PATCH v2 1/2] Makefile: Fix distcc compilation with x86 macros

2018-11-15 Thread Masahiro Yamada
On Thu, Nov 15, 2018 at 1:01 PM Nadav Amit wrote: > > Introducing the use of asm macros in c-code broke distcc, since it only > sends the preprocessed source file. The solution is to break the > compilation into two separate phases of compilation and assembly, and > between the two concatenate

[PATCH v2 1/2] Makefile: Fix distcc compilation with x86 macros

2018-11-14 Thread Nadav Amit
Introducing the use of asm macros in c-code broke distcc, since it only sends the preprocessed source file. The solution is to break the compilation into two separate phases of compilation and assembly, and between the two concatenate the assembly macros and the compiled (yet not assembled) source

[PATCH v2 1/2] Makefile: Fix distcc compilation with x86 macros

2018-11-14 Thread Nadav Amit
Introducing the use of asm macros in c-code broke distcc, since it only sends the preprocessed source file. The solution is to break the compilation into two separate phases of compilation and assembly, and between the two concatenate the assembly macros and the compiled (yet not assembled) source