Re: [PATCH] tools: Remove conflicting BITS_PER_LONG define

2018-09-24 Thread Alexander Sverdlin
Hello Arnaldo, Em Wed, Sep 12, 2018 at 07:02:32PM +0200, Alexander Sverdlin escreveu: > CC .../tools/objtool/builtin-check.o > ... > In file included from > .../tools/arch/x86/include/uapi/asm/bitsperlong.h:11:0, > from .../tools/include/asm-gen

Re: [PATCH] tools: Remove conflicting BITS_PER_LONG define

2018-09-19 Thread Alexander Sverdlin
Hi! On 19/09/2018 15:03, Arnaldo Carvalho de Melo wrote: > That is indeed a cross build environment I'm not regularly testing, I'm > trying these cross builds: Probably my assumption was wrong about cross compiler. HOST tool fails (objtool) and it's being build by separate i686->i686 compiler. >

Re: [PATCH] tools: Remove conflicting BITS_PER_LONG define

2018-09-19 Thread Arnaldo Carvalho de Melo
Em Wed, Sep 19, 2018 at 02:28:29PM +0200, Alexander Sverdlin escreveu: > On 12/09/2018 21:21, Arnaldo Carvalho de Melo wrote: > > Em Wed, Sep 12, 2018 at 04:01:07PM -0300, Arnaldo Carvalho de Melo escreveu: > >> Em Wed, Sep 12, 2018 at 07:02:32PM +0200, Alexander Sverdlin escreveu: > >>> CC

Re: [PATCH] tools: Remove conflicting BITS_PER_LONG define

2018-09-19 Thread Alexander Sverdlin
On 12/09/2018 21:21, Arnaldo Carvalho de Melo wrote: > Em Wed, Sep 12, 2018 at 04:01:07PM -0300, Arnaldo Carvalho de Melo escreveu: >> Em Wed, Sep 12, 2018 at 07:02:32PM +0200, Alexander Sverdlin escreveu: >>> CC .../tools/objtool/builtin-check.o >>> ... >>> In file included from >>> ...

Re: [PATCH] tools: Remove conflicting BITS_PER_LONG define

2018-09-19 Thread Alexander Sverdlin
On 12/09/2018 21:01, Arnaldo Carvalho de Melo wrote: >> CC .../tools/objtool/builtin-check.o >> ... >> In file included from .../tools/arch/x86/include/uapi/asm/bitsperlong.h:11:0, >> from .../tools/include/asm-generic/bitops/__ffs.h:6, >> from .../tools/

Re: [PATCH] tools: Remove conflicting BITS_PER_LONG define

2018-09-12 Thread Arnaldo Carvalho de Melo
Em Wed, Sep 12, 2018 at 04:01:07PM -0300, Arnaldo Carvalho de Melo escreveu: > Em Wed, Sep 12, 2018 at 07:02:32PM +0200, Alexander Sverdlin escreveu: > > CC .../tools/objtool/builtin-check.o > > ... > > In file included from > > .../tools/arch/x86/include/uapi/asm/bitsperlong.h:11:0, > >

Re: [PATCH] tools: Remove conflicting BITS_PER_LONG define

2018-09-12 Thread Arnaldo Carvalho de Melo
Em Wed, Sep 12, 2018 at 07:02:32PM +0200, Alexander Sverdlin escreveu: > CC .../tools/objtool/builtin-check.o > ... > In file included from .../tools/arch/x86/include/uapi/asm/bitsperlong.h:11:0, > from .../tools/include/asm-generic/bitops/__ffs.h:6, > fr

[PATCH] tools: Remove conflicting BITS_PER_LONG define

2018-09-12 Thread Alexander Sverdlin
CC .../tools/objtool/builtin-check.o ... In file included from .../tools/arch/x86/include/uapi/asm/bitsperlong.h:11:0, from .../tools/include/asm-generic/bitops/__ffs.h:6, from .../tools/include/asm-generic/bitops.h:16, from .../tools/inc